diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-06 04:50:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-06 04:50:53 +0000 |
commit | ba1e6a68aeeeb114d74b05dcefc53a7313758862 (patch) | |
tree | 96d9c28ddf5c315269ec6d17ff74f91ab0a6dee1 /package | |
parent | fcc67b55b1aeb7943f4cb3621d349da7764e4bbd (diff) | |
download | upstream-ba1e6a68aeeeb114d74b05dcefc53a7313758862.tar.gz upstream-ba1e6a68aeeeb114d74b05dcefc53a7313758862.tar.bz2 upstream-ba1e6a68aeeeb114d74b05dcefc53a7313758862.zip |
fix opkg directory cleaning (#5646)
SVN-Revision: 17952
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index f6c08e10a5..5734f9854c 100644 --- a/package/Makefile +++ b/package/Makefile @@ -75,7 +75,7 @@ $(curdir)/rootfs-prepare: $(TMP_DIR)/.build @-find $(TARGET_DIR) -name CVS | $(XARGS) rm -rf @-find $(TARGET_DIR) -name .svn | $(XARGS) rm -rf @-find $(TARGET_DIR) -name '.#*' | $(XARGS) rm -f - $(if $(CONFIG_CLEAN_IPKG),rm -rf $(TARGET_DIR)/usr/lib/ipkg) + $(if $(CONFIG_CLEAN_IPKG),rm -rf $(TARGET_DIR)/usr/lib/opkg) $(call mklibs) $(curdir)/index: FORCE |