fix compile problem brcm-2.6
[openwrt.git] / openwrt / package / netstat-nat / Makefile
index a6fa4e8..3e0ab20 100644 (file)
@@ -58,7 +58,7 @@ $(PKG_BUILD_DIR)/.built:
 
 $(IPKG_NETSTAT-NAT):
        install -d -m0755 $(IDIR_NETSTAT-NAT)/usr/bin
-       cp -fpR $(PKG_INSTALL_DIR)/usr/bin/netstat-nat $(IDIR_NETSTAT-NAT)/usr/bin/
+       $(CP) $(PKG_INSTALL_DIR)/usr/bin/netstat-nat $(IDIR_NETSTAT-NAT)/usr/bin/
        $(RSTRIP) $(IDIR_NETSTAT-NAT)
        $(IPKG_BUILD) $(IDIR_NETSTAT-NAT) $(PACKAGE_DIR)
 
This page took 0.021417 seconds and 4 git commands to generate.