move ppp plugins default search path and (hopefully) fix pppoe reconnect issue
[openwrt.git] / openwrt / package / openntpd / Makefile
index 3f6f950..59b504f 100644 (file)
@@ -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)
This page took 0.053798 seconds and 4 git commands to generate.