summaryrefslogtreecommitdiff
path: root/openwrt/package/pptp/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-24 17:35:55 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-24 17:35:55 +0000
commit1e9dc15d2f94a20812229c784942f39b811239fd (patch)
treead9261c1807fcf7ed2816439655be6b8662fa0b5 /openwrt/package/pptp/Makefile
parent266f15339687e07f10a7f5ce243bedaedd5c9a74 (diff)
remove CVS dirs from package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@440 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 e017f98361..a07d6bdf64 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)