summaryrefslogtreecommitdiff
path: root/openwrt/package/openntpd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-03-24 17:35:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-03-24 17:35:55 +0000
commit585d8f385b078aa2c500e64e4cd94627ce29e24a (patch)
treead9261c1807fcf7ed2816439655be6b8662fa0b5 /openwrt/package/openntpd
parent49e4417f51b6237a2d29fa326d4cd95bed1a786b (diff)
downloadmtk-20170518-585d8f385b078aa2c500e64e4cd94627ce29e24a.zip
mtk-20170518-585d8f385b078aa2c500e64e4cd94627ce29e24a.tar.gz
mtk-20170518-585d8f385b078aa2c500e64e4cd94627ce29e24a.tar.bz2
remove CVS dirs from package
SVN-Revision: 440
Diffstat (limited to 'openwrt/package/openntpd')
-rw-r--r--openwrt/package/openntpd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/openntpd/Makefile b/openwrt/package/openntpd/Makefile
index 3f6f950..59b504f 100644
--- a/openwrt/package/openntpd/Makefile
+++ b/openwrt/package/openntpd/Makefile
@@ -56,6 +56,7 @@ $(PKG_IPK): $(PKG_BUILD_DIR)/ntpd
cp $(PKG_BUILD_DIR)/ntpd $(PKG_IPK_DIR)/usr/sbin/
$(STRIP) $(PKG_IPK_DIR)/usr/sbin/*
mkdir -p $(PACKAGE_DIR)
+ find $(PKG_IPK_DIR) -name CVS | xargs rm -rf
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
$(IPKG_STATE_DIR)/info/$(PKG_NAME).list: $(PKG_IPK)