From 93575b53a7d72b7208176a07d34b06a6e2598ac7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 9 Dec 2007 18:53:06 +0000 Subject: Use $(CP) instead of $(INSTALL_BIN) for binaries. Signed-off-by: Andy Boyett SVN-Revision: 9694 --- package/linux-atm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/linux-atm') diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 8b2da5080b..f67294e081 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -81,7 +81,7 @@ endef define Package/atm-tools/install $(INSTALL_DIR) $(1)/usr/sbin/ - $(CP) $(PKG_INSTALL_DIR)/usr/sbin/atmarp{,d} $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/atmarp{,d} $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/lib/network $(INSTALL_BIN) ./files/ipoa.sh $(1)/lib/network/ endef -- cgit v1.2.3