From 475e0d886041b4345585e13f0c04bcb9af0c0c5a Mon Sep 17 00:00:00 2001 From: mbm Date: Wed, 1 Feb 2006 23:53:19 +0000 Subject: change cp to $(CP) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/p910nd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/package/p910nd/Makefile') diff --git a/openwrt/package/p910nd/Makefile b/openwrt/package/p910nd/Makefile index 917b0fa020..491e6e5193 100644 --- a/openwrt/package/p910nd/Makefile +++ b/openwrt/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) -- cgit v1.2.3