aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/vpnc/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-02-01 23:53:19 +0000
committerMike Baker <mbm@openwrt.org>2006-02-01 23:53:19 +0000
commit2ee20939c6c9ae47d0978043f6377cda257354ae (patch)
tree9e5e204966ec1a23cc75bb03a90fe931ce3f8397 /openwrt/package/vpnc/Makefile
parente867e35b216b19397502ee134ca3bdbfb55ba2a1 (diff)
downloadupstream-2ee20939c6c9ae47d0978043f6377cda257354ae.tar.gz
upstream-2ee20939c6c9ae47d0978043f6377cda257354ae.tar.bz2
upstream-2ee20939c6c9ae47d0978043f6377cda257354ae.zip
change cp to $(CP)
SVN-Revision: 3112
Diffstat (limited to 'openwrt/package/vpnc/Makefile')
-rw-r--r--openwrt/package/vpnc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/vpnc/Makefile b/openwrt/package/vpnc/Makefile
index 55082905de..eb21240c07 100644
--- a/openwrt/package/vpnc/Makefile
+++ b/openwrt/package/vpnc/Makefile
@@ -35,6 +35,6 @@ $(PKG_BUILD_DIR)/.built:
$(IPKG_VPNC):
install -d -m0755 $(IDIR_VPNC)
- cp -fpR $(PKG_INSTALL_DIR)/* $(IDIR_VPNC)/
+ $(CP) $(PKG_INSTALL_DIR)/* $(IDIR_VPNC)/
$(RSTRIP) $(IDIR_VPNC)
$(IPKG_BUILD) $(IDIR_VPNC) $(PACKAGE_DIR)