diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-12-10 22:02:50 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-12-10 22:02:50 +0000 |
commit | 6d6e3799220e5ecc848f0f766caf2ecd7a65f91b (patch) | |
tree | 530c121d24650da7056bf3de65c752038719d44a /include/package-ipkg.mk | |
parent | 1f12c12b9e351b6ac02a251398eff9adeee7377a (diff) | |
download | upstream-6d6e3799220e5ecc848f0f766caf2ecd7a65f91b.tar.gz upstream-6d6e3799220e5ecc848f0f766caf2ecd7a65f91b.tar.bz2 upstream-6d6e3799220e5ecc848f0f766caf2ecd7a65f91b.zip |
include/package-ipkg.mk: fix typo in r29449
SVN-Revision: 29497
Diffstat (limited to 'include/package-ipkg.mk')
-rw-r--r-- | include/package-ipkg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 50d18e04de..e0a8118ae6 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -91,7 +91,7 @@ ifeq ($(DUMP),) @rm -rf $(PACKAGE_DIR)/$(1)_* $$(IDIR_$(1)) mkdir -p $(PACKAGE_DIR) $$(IDIR_$(1))/CONTROL $(call Package/$(1)/install,$$(IDIR_$(1))) - -find $$(IDIR_$(1)) -name 'CVS' -o -name '.svn' -o -name '.#*' -o name '*~'| $(XARGS) rm -rf + -find $$(IDIR_$(1)) -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| $(XARGS) rm -rf $(RSTRIP) $$(IDIR_$(1)) ( \ echo "Package: $(1)"; \ |