summaryrefslogtreecommitdiffstats
path: root/include/package-ipkg.mk
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-12-10 22:02:50 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-12-10 22:02:50 +0000
commit6e2a326218923c376b5ed795c9c55c6d923f2659 (patch)
tree7cd0ea8327ded46e69ae0de37035b4751ec6b97c /include/package-ipkg.mk
parent7c3b776087226b691dd38938c8eb507ea3b38fa5 (diff)
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/package-ipkg.mk')
-rw-r--r--include/package-ipkg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk
index 50d18e04d..e0a8118ae 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)"; \