initial commit
[openwrt.git] / package / pptp / Makefile
index e017f98..a07d6bd 100644 (file)
@@ -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)
This page took 0.035143 seconds and 4 git commands to generate.