projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f12c12
)
include/package-ipkg.mk: fix typo in r29449
author
Nicolas Thill
<nico@openwrt.org>
Sat, 10 Dec 2011 22:02:50 +0000
(22:02 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 10 Dec 2011 22:02:50 +0000
(22:02 +0000)
SVN-Revision: 29497
include/package-ipkg.mk
patch
|
blob
|
history
diff --git
a/include/package-ipkg.mk
b/include/package-ipkg.mk
index 50d18e04de7136da40237c29380422179d3427d1..e0a8118ae60996578a3d3a52adac006ef1b8576d 100644
(file)
--- 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)"; \