mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 20:55:19 +02:00
include/package-ipkg.mk: fix typo in r29449
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29497 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7c3b776087
commit
6e2a326218
@ -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)"; \
|
||||
|
Loading…
Reference in New Issue
Block a user