X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2f9873da2b03f73542edabf43a55e2327ba726e4..5ea5da8a9841cd9730607a4a4194654cc9625d24:/include/package.mk diff --git a/include/package.mk b/include/package.mk index 8819a1156..e0f8c719f 100644 --- a/include/package.mk +++ b/include/package.mk @@ -81,6 +81,8 @@ define Build/DefaultTargets $(foreach hook,$(Hooks/Compile/Pre),$(call $(hook))$(sep)) $(Build/Compile) $(foreach hook,$(Hooks/Compile/Post),$(call $(hook))$(sep)) + $(Build/Install) + $(foreach hook,$(Hooks/Install/Post),$(call $(hook))$(sep)) touch $$@ $(STAMP_INSTALLED): $(STAMP_BUILT)