summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-10-17 14:00:59 +0000
committerNicolas Thill <nico@openwrt.org>2005-10-17 14:00:59 +0000
commit7ceb4a4eefbe15987b177e6a1cc0e656f6384998 (patch)
tree83261efb2d60bafacc580d3a55f9ce20de7866be
parentd3879e18341c3be61ddea94ddca3ce5a5b07e790 (diff)
downloadmtk-20170518-7ceb4a4eefbe15987b177e6a1cc0e656f6384998.zip
mtk-20170518-7ceb4a4eefbe15987b177e6a1cc0e656f6384998.tar.gz
mtk-20170518-7ceb4a4eefbe15987b177e6a1cc0e656f6384998.tar.bz2
add .svn cleanup to bind
SVN-Revision: 2140
-rw-r--r--openwrt/package/bind/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/bind/Makefile b/openwrt/package/bind/Makefile
index d65d191..934c582 100644
--- a/openwrt/package/bind/Makefile
+++ b/openwrt/package/bind/Makefile
@@ -73,6 +73,7 @@ $(IPKG_BIND_SERVER):
cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/named $(IDIR_BIND_SERVER)/usr/sbin/
cp -fpR files/bind $(IDIR_BIND_SERVER)/etc
cp -fpR files/named.init $(IDIR_BIND_SERVER)/etc/init.d/S$(PKG_INIT_LEVEL)named
+ find $(IDIR_BIND_SERVER)/etc/bind -name ".svn" | xargs rm -rf
$(RSTRIP) $(IDIR_BIND_SERVER)
$(IPKG_BUILD) $(IDIR_BIND_SERVER) $(PACKAGE_DIR)