From: Felix Fietkau Date: Thu, 7 Sep 2006 16:50:27 +0000 (+0000) Subject: add quotes to ipkg name in the rebuild check X-Git-Tag: reboot~30718^2~178 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2bf955dfaf9ad6ac742aaaa6fd24c2fcbc6aed04;p=openwrt%2Fopenwrt.git add quotes to ipkg name in the rebuild check SVN-Revision: 4772 --- diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk index bea0428129..ef1fc48ec8 100644 --- a/openwrt/include/package.mk +++ b/openwrt/include/package.mk @@ -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