summaryrefslogtreecommitdiffstats
path: root/package/p910nd
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-01 23:53:19 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-01 23:53:19 +0000
commit82daa5e9c007b2a16aa9e8c5526fd8d034ee4541 (patch)
treee4befa0d3bc81d1997e84c21273ee358620f6be0 /package/p910nd
parent30ee8b09baf1f268b73e201f5c35f54e1ba6dfb9 (diff)
change cp to $(CP)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/p910nd')
-rw-r--r--package/p910nd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/p910nd/Makefile b/package/p910nd/Makefile
index 917b0fa02..491e6e519 100644
--- a/package/p910nd/Makefile
+++ b/package/p910nd/Makefile
@@ -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)