Add @GNOME download source.
[openwrt.git] / include / package.mk
index 8819a11..e0f8c71 100644 (file)
@@ -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)
This page took 0.020112 seconds and 4 git commands to generate.