change cp to $(CP)
[openwrt/svn-archive/archive.git] / openwrt / package / p910nd / Makefile
index 917b0fa0207cd302a9dd38766a2d94510af8d206..491e6e5193fc8ae4c1296c656d51bdacbf4d8162 100644 (file)
@@ -33,7 +33,7 @@ $(IPKG_P910ND):
        install -m0755 ./files/p910nd.init $(IDIR_P910ND)/etc/init.d/p910nd
        install -d -m0755 $(IDIR_P910ND)/usr/sbin
        ln -sf p910nd $(IDIR_P910ND)/etc/init.d/S$(PKG_INIT_PRIO)p910nd
-       cp -fpR $(PKG_BUILD_DIR)/p910nd $(IDIR_P910ND)/usr/sbin
+       $(CP) $(PKG_BUILD_DIR)/p910nd $(IDIR_P910ND)/usr/sbin
        $(RSTRIP) $(IDIR_P910ND)
        $(IPKG_BUILD) $(IDIR_P910ND) $(PACKAGE_DIR)