use $(INSTALL_BIN) instead of $(CP)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8541 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2007-08-30 08:01:51 +00:00
parent f16fc40abc
commit 3ade8db929
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ endef
define Package/ifenslave/install
$(INSTALL_DIR) $(1)/sbin
$(CP) $(PKG_BUILD_DIR)/ifenslave $(1)/sbin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ifenslave $(1)/sbin/
endef
$(eval $(call BuildPackage,ifenslave))