summaryrefslogtreecommitdiff
path: root/openwrt/package/pptp/Makefile
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/pptp/Makefile
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/pptp/Makefile')
-rw-r--r--openwrt/package/pptp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/pptp/Makefile b/openwrt/package/pptp/Makefile
index e017f98..a07d6bd 100644
--- a/openwrt/package/pptp/Makefile
+++ b/openwrt/package/pptp/Makefile
@@ -34,6 +34,7 @@ $(PKG_IPK): $(PKG_BUILD_DIR)/$(PKG_NAME)
cp $(PKG_BUILD_DIR)/pptp $(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/pptp.list: $(PKG_IPK)