summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-10-06 04:50:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-10-06 04:50:53 +0000
commitba1e6a68aeeeb114d74b05dcefc53a7313758862 (patch)
tree96d9c28ddf5c315269ec6d17ff74f91ab0a6dee1 /package/Makefile
parentfcc67b55b1aeb7943f4cb3621d349da7764e4bbd (diff)
downloadmtk-20170518-ba1e6a68aeeeb114d74b05dcefc53a7313758862.zip
mtk-20170518-ba1e6a68aeeeb114d74b05dcefc53a7313758862.tar.gz
mtk-20170518-ba1e6a68aeeeb114d74b05dcefc53a7313758862.tar.bz2
fix opkg directory cleaning (#5646)
SVN-Revision: 17952
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index f6c08e1..5734f98 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