summaryrefslogtreecommitdiffstats
path: root/openwrt/package/shfs/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-11 04:50:40 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-11 04:50:40 +0000
commit540e291c980140bb3767ad15210e74f2846384bd (patch)
tree804ef07e5359ca131df9332ebed66396fabcdf30 /openwrt/package/shfs/Makefile
parentda1109ee24654f6deab7337178965b8d8036f1e5 (diff)
Remove CVS dir from package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@629 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/shfs/Makefile')
-rw-r--r--openwrt/package/shfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/shfs/Makefile b/openwrt/package/shfs/Makefile
index b0b02c065..ab9251472 100644
--- a/openwrt/package/shfs/Makefile
+++ b/openwrt/package/shfs/Makefile
@@ -27,6 +27,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