summaryrefslogtreecommitdiff
path: root/include/package-ipkg.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2011-12-10 22:02:50 +0000
committerNicolas Thill <nico@openwrt.org>2011-12-10 22:02:50 +0000
commit6d6e3799220e5ecc848f0f766caf2ecd7a65f91b (patch)
tree530c121d24650da7056bf3de65c752038719d44a /include/package-ipkg.mk
parent1f12c12b9e351b6ac02a251398eff9adeee7377a (diff)
downloadmtk-20170518-6d6e3799220e5ecc848f0f766caf2ecd7a65f91b.zip
mtk-20170518-6d6e3799220e5ecc848f0f766caf2ecd7a65f91b.tar.gz
mtk-20170518-6d6e3799220e5ecc848f0f766caf2ecd7a65f91b.tar.bz2
include/package-ipkg.mk: fix typo in r29449
SVN-Revision: 29497
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 50d18e0..e0a8118 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)"; \