add quotes to ipkg name in the rebuild check
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4772 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
a20ad6d68d
commit
c4e4e62c85
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue