diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-11 04:50:40 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-11 04:50:40 +0000 |
commit | b6c9718e198542eb9332ac87cce30793b6c674c2 (patch) | |
tree | 804ef07e5359ca131df9332ebed66396fabcdf30 /openwrt/package/fuse/Makefile | |
parent | 3582b4c00584b7972afe1694801d4fa443bebf85 (diff) | |
download | mtk-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/fuse/Makefile')
-rw-r--r-- | openwrt/package/fuse/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/fuse/Makefile b/openwrt/package/fuse/Makefile index d7f0a40..636056e 100644 --- a/openwrt/package/fuse/Makefile +++ b/openwrt/package/fuse/Makefile @@ -28,6 +28,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 |