summaryrefslogtreecommitdiff
path: root/openwrt/package/libnet/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-11 04:50:40 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-11 04:50:40 +0000
commitb6c9718e198542eb9332ac87cce30793b6c674c2 (patch)
tree804ef07e5359ca131df9332ebed66396fabcdf30 /openwrt/package/libnet/Makefile
parent3582b4c00584b7972afe1694801d4fa443bebf85 (diff)
downloadmtk-20170518-b6c9718e198542eb9332ac87cce30793b6c674c2.zip
mtk-20170518-b6c9718e198542eb9332ac87cce30793b6c674c2.tar.gz
mtk-20170518-b6c9718e198542eb9332ac87cce30793b6c674c2.tar.bz2
Remove CVS dir from package
SVN-Revision: 629
Diffstat (limited to 'openwrt/package/libnet/Makefile')
-rw-r--r--openwrt/package/libnet/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/libnet/Makefile b/openwrt/package/libnet/Makefile
index edb6c75..681b2e6 100644
--- a/openwrt/package/libnet/Makefile
+++ b/openwrt/package/libnet/Makefile
@@ -25,6 +25,7 @@ $(PKG_BUILD_DIR)/ipkg/rules: $(DL_DIR)/$(PKG_SOURCE_FILE)
$(PKG_SOURCE_CAT) $(DL_DIR)/$(PKG_SOURCE_FILE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
$(PATCH) $(PKG_BUILD_DIR) ./patches
cp -fpR ./ipkg $(PKG_BUILD_DIR)/
+ find $(PKG_BUILD_DIR) -name CVS | xargs rm -rf
chmod a+x $(PKG_BUILD_DIR)/ipkg/rules
touch $(PKG_BUILD_DIR)/ipkg/rules