Also use whiterussian patches with buildroot-ng
[openwrt.git] / include / package.mk
index bea0428..ef1fc48 100644 (file)
@@ -239,7 +239,7 @@ define BuildPackage
   ifneq ($$(CONFIG_PACKAGE_$(1)),)
     ifneq ($(MAKECMDGOALS),prereq)
       ifneq ($(DUMP),1)
-        ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg -x ipkg-install $$(IPKG_$(1)) $(PKG_BUILD_DIR)),$$(IPKG_$(1)))
+        ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg -x ipkg-install '$$(IPKG_$(1))' '$(PKG_BUILD_DIR)'),$$(IPKG_$(1)))
           _INFO+=$(subst $(TOPDIR)/,,$$(IPKG_$(1)))
           $(PKG_BUILD_DIR)/.built: package-rebuild
         endif
This page took 0.02447 seconds and 4 git commands to generate.