build the kernel scripts directory before packages (required for some external kernel...
[openwrt.git] / openwrt / package / scdp / Makefile
index 6f92de9..c8909c6 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=scdp
@@ -58,6 +60,6 @@ $(PKG_BUILD_DIR)/.built:
 
 $(IPKG_SCDP):
        install -d -m0755 $(IDIR_SCDP)/usr/bin
-       cp -fpR $(PKG_INSTALL_DIR)/usr/bin/scdp $(IDIR_SCDP)/usr/bin/
+       $(CP) $(PKG_INSTALL_DIR)/usr/bin/scdp $(IDIR_SCDP)/usr/bin/
        $(RSTRIP) $(IDIR_SCDP)
        $(IPKG_BUILD) $(IDIR_SCDP) $(PACKAGE_DIR)
This page took 0.021868 seconds and 4 git commands to generate.