summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-09-07 16:50:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-09-07 16:50:27 +0000
commit2bf955dfaf9ad6ac742aaaa6fd24c2fcbc6aed04 (patch)
tree6f15783360726513e7599fb4cabb43fbaf44fea2
parent365936799253ea63702369c36b4a27eb93767916 (diff)
downloadmtk-20170518-2bf955dfaf9ad6ac742aaaa6fd24c2fcbc6aed04.zip
mtk-20170518-2bf955dfaf9ad6ac742aaaa6fd24c2fcbc6aed04.tar.gz
mtk-20170518-2bf955dfaf9ad6ac742aaaa6fd24c2fcbc6aed04.tar.bz2
add quotes to ipkg name in the rebuild check
SVN-Revision: 4772
-rw-r--r--openwrt/include/package.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk
index bea0428..ef1fc48 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