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 | 145b0ef954f58e82d778400f9f331ead43755b75 (patch) | |
tree | 7cd0ea8327ded46e69ae0de37035b4751ec6b97c /include | |
parent | e0620cdd10a9e3780a39580719ce91724d7a730a (diff) | |
download | master-187ad058-145b0ef954f58e82d778400f9f331ead43755b75.tar.gz master-187ad058-145b0ef954f58e82d778400f9f331ead43755b75.tar.bz2 master-187ad058-145b0ef954f58e82d778400f9f331ead43755b75.zip |
include/package-ipkg.mk: fix typo in r29449
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29497 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-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)"; \ |