packages: Use $(CP) instead of $(INSTALL_BIN) for binaries.
authorFelix Fietkau <nbd@openwrt.org>
Sun, 9 Dec 2007 18:59:01 +0000 (18:59 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 9 Dec 2007 18:59:01 +0000 (18:59 +0000)
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9695

158 files changed:
XOrg/app/eterm/Makefile
XOrg/app/fluxbox/Makefile
XOrg/app/xcalc/Makefile
XOrg/app/xclipboard/Makefile
XOrg/app/xdm/Makefile
XOrg/app/xeyes/Makefile
XOrg/app/xinit/Makefile
XOrg/app/xlogo/Makefile
XOrg/app/xmessage/Makefile
XOrg/app/xset/Makefile
XOrg/app/xsetroot/Makefile
XOrg/font-native/font-util/Makefile
XOrg/lib/libast/Makefile
XOrg/server/xorg-server-X11R7.2/Makefile
admin/osiris/Makefile
admin/syslog-ng/Makefile
admin/zabbix/Makefile
lang/lua/Makefile
lang/sablevm-sdk/Makefile
lang/urbi/Makefile
libs/avahi/Makefile
libs/curl/Makefile
libs/fcgi/Makefile
libs/freetype/Makefile
libs/gd/Makefile
libs/gettext/Makefile
libs/glib/Makefile
libs/gnutls/Makefile
libs/gsm/Makefile
libs/howl/Makefile
libs/jpeg/Makefile
libs/libart/Makefile
libs/libaudiofile/Makefile
libs/libdnet/Makefile
libs/libgcrypt/Makefile
libs/libgpg-error/Makefile
libs/libgphoto2/Makefile
libs/libmcrypt/Makefile
libs/libnet-1.0.x/Makefile
libs/libnet-1.1.x/Makefile
libs/libol/Makefile
libs/libpam/Makefile
libs/libpng/Makefile
libs/libtasn1/Makefile
libs/libtool/Makefile
libs/libusb/Makefile
libs/libxml2/Makefile
libs/libxslt/Makefile
libs/mysql/Makefile
libs/neon/Makefile
libs/net-snmp/Makefile
libs/opencdk/Makefile
libs/openldap/Makefile
libs/postgresql/Makefile
libs/radiusclient-ng/Makefile
libs/rrdtool-1.0.x/Makefile
libs/sqlite2/Makefile
libs/sqlite3/Makefile
libs/taglib/Makefile
libs/uclibc++/Makefile
multimedia/gphoto2/Makefile
multimedia/motion/Makefile
multimedia/peercast/Makefile
net/aircrack-ng/Makefile
net/amule/Makefile
net/amwall/Makefile
net/apache/Makefile
net/asterisk-1.4.x/Makefile
net/asterisk/Makefile
net/bind/Makefile
net/bing/Makefile
net/bitchx/Makefile
net/chillispot/Makefile
net/cups/Makefile
net/dhcp-forwarder/Makefile
net/dhcp/Makefile
net/dircproxy/Makefile
net/dsniff/Makefile
net/ethtool/Makefile
net/freeradius/Makefile
net/icecast/Makefile
net/ipcad/Makefile
net/karma/Makefile
net/knock/Makefile
net/l2tpns/Makefile
net/lighttpd/Makefile
net/maradns/Makefile
net/matrixtunnel/Makefile
net/miau/Makefile
net/miredo/Makefile
net/mtr/Makefile
net/mutella/Makefile
net/netstat-nat/Makefile
net/nfs-utils/Makefile
net/nmap/Makefile
net/nodogsplash/Makefile
net/opendchub/Makefile
net/openssh/Makefile
net/openvpn/Makefile
net/pptpd/Makefile
net/privoxy/Makefile
net/ptunnel/Makefile
net/quagga/Makefile
net/raddump/Makefile
net/radsecproxy/Makefile
net/rarpd/Makefile
net/reaim/Makefile
net/rp-l2tp/Makefile
net/rp-pppoe/Makefile
net/rtorrent/Makefile
net/scdp/Makefile
net/ser2net/Makefile
net/shorewall-common/Makefile
net/siproxd/Makefile
net/sipsak/Makefile
net/slurm/Makefile
net/socat/Makefile
net/squid/Makefile
net/stunnel/Makefile
net/subversion/Makefile
net/tcpdump/Makefile
net/tinc/Makefile
net/tinyproxy/Makefile
net/tmsnc/Makefile
net/tsocks/Makefile
net/ulogd/Makefile
net/vgp/Makefile
net/wccpd/Makefile
net/weechat/Makefile
net/wifidog/Makefile
net/xinetd/Makefile
net/xsupplicant/Makefile
sound/flite/Makefile
sound/lame/Makefile
sound/madplay/Makefile
sound/mpd/Makefile
sound/mt-daapd/Makefile
sound/streamripper/Makefile
utils/alsa-utils/Makefile
utils/bash/Makefile
utils/binutils/Makefile
utils/bluez-hcidump/Makefile
utils/bluez-utils/Makefile
utils/dbus/Makefile
utils/dosfstools/Makefile
utils/fetchmail/Makefile
utils/gnokii/Makefile
utils/lrzsz/Makefile
utils/macchanger/Makefile
utils/nano/Makefile
utils/ntfs-3g/Makefile
utils/reiserfsprogs/Makefile
utils/rrdcollect/Makefile
utils/rrdtool/Makefile
utils/sane-backends/Makefile
utils/unzip/Makefile
utils/valgrind/Makefile
utils/zip/Makefile

index e7ff174ddc10ee104b13019100ae232e6b49c8ac..86e0d0000d11a4b7ba6434825e550b3e0c9e30c9 100644 (file)
@@ -57,12 +57,12 @@ endef
 define Package/eterm/install
        $(INSTALL_DIR) $(1)/usr/{bin,lib}
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib*so* $(1)/usr/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/Eterm $(1)/usr/bin
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/Eterm $(1)/usr/bin
 endef
 
 define Package/esetroot/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/Esetroot $(1)/usr/bin
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/Esetroot $(1)/usr/bin
 endef
 
 $(eval $(call BuildPackage,esetroot))
index d9e0942506ec3a5e24073d89a68d724dc3346178..aca787d9563995ef5ec13297b7aebbdd26c52047 100644 (file)
@@ -62,7 +62,7 @@ endef
 define Package/fluxbox/install
        $(INSTALL_DIR) $(1)/usr/bin
        $(INSTALL_DIR) $(1)/usr/share/fluxbox/styles/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/fluxbox $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/fluxbox $(1)/usr/bin/
        $(CP) $(PKG_INSTALL_DIR)/usr/share/fluxbox/{init,keys} $(1)/usr/share/fluxbox/
        $(CP) $(PKG_INSTALL_DIR)/usr/share/fluxbox/styles/* $(1)/usr/share/fluxbox/styles/
        $(CP) files/menu $(1)/usr/share/fluxbox/
@@ -70,17 +70,17 @@ endef
 
 define Package/fbsetbg/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/fbsetbg $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/fbsetbg $(1)/usr/bin/
 endef
 
 define Package/fbsetroot/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/fbsetroot $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/fbsetroot $(1)/usr/bin/
 endef
 
 define Package/fbrun/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/fbrun $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/fbrun $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,fbrun))
index e0a541b101eb3d22e21c0948b997e0a089d3c97d..121ef4d1de3300465e44afa632c798de0b346fa4 100644 (file)
@@ -67,7 +67,7 @@ endef
 
 define Package/xinit/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
        cd $(1)/usr/bin/; ln -s xinit startx
 endef
 
index c3a61e340d8a051a34acd412247f1e94fe9b3c79..18bc8b4ec03133d8658bfa5dbae127f5d001b77e 100644 (file)
@@ -67,7 +67,7 @@ endef
 
 define Package/xinit/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
        cd $(1)/usr/bin/; ln -s xinit startx
 endef
 
index 4e04df94721551808db9965aafd546a2a51ddf25..61a603f10da455f8425ae4f38003b57017556d37 100644 (file)
@@ -67,7 +67,7 @@ endef
 
 define Package/xinit/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
        cd $(1)/usr/bin/; ln -s xinit startx
 endef
 
index 561f0d3a6f25de6749ea84d0a5ce30e26c91264b..4aeb787ca10b28cb8e848447ed5ae91d5b4ee9ac 100644 (file)
@@ -67,7 +67,7 @@ endef
 
 define Package/xinit/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
        cd $(1)/usr/bin/; ln -s xinit startx
 endef
 
index 6d7250a6db4d9c97e7c5159223a03b21922fd065..b0ce6392f8190023cffcaf5e285a12a3b2404c2a 100644 (file)
@@ -67,7 +67,7 @@ endef
 
 define Package/xinit/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
        cd $(1)/usr/bin/; ln -s xinit startx
 endef
 
index 11644740f43a15bfa2c524f930a2d017504c18fa..6b78dd088999c7343193ae5bd780ea1845aab154 100644 (file)
@@ -67,7 +67,7 @@ endef
 
 define Package/xinit/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
        cd $(1)/usr/bin/; ln -s xinit startx
 endef
 
index 7e133b3ed33fce49f607b92bf7fb0c3eadd62570..d34f2a185de65d1ab56bbf537741a3c058e691e1 100644 (file)
@@ -67,7 +67,7 @@ endef
 
 define Package/xinit/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
        cd $(1)/usr/bin/; ln -s xinit startx
 endef
 
index 0f661cff3828890bd97bbef6e10215c2135328f6..8538210f038f7b1df3fdad089947b9bde37a1cb1 100644 (file)
@@ -67,7 +67,7 @@ endef
 
 define Package/xinit/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
        cd $(1)/usr/bin/; ln -s xinit startx
 endef
 
index 4a036440a880cd5fc9d12ed52aeba34abeb62f21..e8b8b4e68b4983f22a18eb29a5ed2a11dfa8c193 100644 (file)
@@ -67,7 +67,7 @@ endef
 
 define Package/xinit/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xinit $(1)/usr/bin/xinit
        cd $(1)/usr/bin/; ln -s xinit startx
 endef
 
index ed06305448ae3905b10ab695f54a60b32ddc551b..98738438576e55c8fbf1c43ccb69ab7782831214 100644 (file)
@@ -37,7 +37,7 @@ endef
 define Build/InstallDev
        $(CP) $(PKG_INSTALL_DIR)/usr/local/lib/pkgconfig/fontutil.pc $(1)/usr/lib/pkgconfig/
        $(CP) $(PKG_INSTALL_DIR)/usr/local/lib/X11/* $(1)/usr/lib/X11/
-       $(CP) $(PKG_INSTALL_DIR)/usr/local/bin/* $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/local/bin/* $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,font-util))
index 730a6a9acf030f2b490e2d1c9c9e8788ba63ba19..ce0046889ed76324bf33e3785efa96555e6339f4 100644 (file)
@@ -50,7 +50,7 @@ endef
 define Build/InstallDev
        $(INSTALL_DIR) $(1)/usr/{lib,include,bin}
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib*{la,so}* $(1)/usr/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin
        $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include
        $(SED) "s,"libdir\=\'/usr/lib\'",libdir='$(1)/usr/lib\'," $(1)/usr/lib/libast*.la
        $(SED) "s,-I/usr/include,,g" $(1)/usr/bin/libast-config
index a7e89971bbd73c5ea4664e24ca315a7aad083704..b089acc8be2fd3d98a749dbab206b53675e75d07 100644 (file)
@@ -138,7 +138,7 @@ endef
 
 define Package/xorg-server/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/Xorg $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/Xorg $(1)/usr/bin/
        cd $(1)/usr/bin; ln -s Xorg X
        $(INSTALL_DIR) $(1)/usr/share
        $(CP) $(PKG_INSTALL_DIR)/usr/share/* $(1)/usr/share/
@@ -157,7 +157,7 @@ endef
 
 define Packages/xorg-server-config/install
        $(INSTALL_DIR) $(1)/usr/bin
-    $(CP) $(PKG_INSTALL_DIR)/usr/bin/xorgconfig $(1)/usr/bin/
+    $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xorgconfig $(1)/usr/bin/
 endef
 
 define Build/InstallDev
index 059b4f4b42af67175ea1664f15d7aa9df6d96a0a..7bd18037d54b12f1a55c2cfb5026d47e75dd38aa 100644 (file)
@@ -39,7 +39,7 @@ MAKE_FLAGS += \
 
 define Package/osirisd/install 
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/osirisd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/osirisd $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/osirisd.init $(1)/etc/init.d/osirisd
 endef
index 2357da58653702ec33dc2659d2fa211a8795e0de..895d76118f2e40d8f59a656308a1406abad0d023 100644 (file)
@@ -51,7 +51,7 @@ endef
 
 define Package/syslog-ng/install       
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/syslog-ng $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/syslog-ng $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/syslog-ng.init $(1)/etc/init.d/syslog-ng
        $(INSTALL_DIR) $(1)/etc/syslog-ng
index 9d54795b7512c921afe6fcd1ac832db0f1bb6d3e..66dca10f01373ae0c557f6d3dd65736c441820ab 100644 (file)
@@ -77,14 +77,14 @@ endef
 
 define Package/zabbix-agent/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/zabbix_agentd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/zabbix_agentd $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/zabbix
        $(INSTALL_CONF) $(PKG_BUILD_DIR)/misc/conf/zabbix_agentd.conf $(1)/etc/zabbix/
 endef
 
 define Package/zabbix-sender/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/zabbix_sender $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/zabbix_sender $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/zabbix
 endef
 
@@ -94,7 +94,7 @@ endef
 
 define Package/zabbix-server/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/zabbix_server $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/zabbix_server $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/zabbix
        $(INSTALL_CONF) $(PKG_BUILD_DIR)/misc/conf/zabbix_server.conf $(1)/etc/zabbix/
 endef
index bbb175e26b025c6cdc243d90960c2bed447f961e..2365762780d8d60903d55a02d7c7a6197d3c22ff 100644 (file)
@@ -131,12 +131,12 @@ endef
 
 define Package/lua/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/lua $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lua $(1)/usr/bin/
 endef
 
 define Package/luac/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/luac $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/luac $(1)/usr/bin/
 endef
 
 define Package/lua-examples/install
index 6760a50fe41a61e970f8d95d3240e21d324fe56d..75a65c730879c812a538740afc39d66f56ad721c 100644 (file)
@@ -104,7 +104,7 @@ endef
 
 define Package/sablevm/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/{java-,}sablevm $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{java-,}sablevm $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libsablevm-*.so $(1)/usr/lib/
        $(INSTALL_DIR) $(1)/usr/lib/sablevm-classpath
index e3fa9f227922176fc03ccf741a7b3c3a69f8a697..929d3da4d054f1fab238f4453c09f6baf5c89349 100644 (file)
@@ -59,7 +59,7 @@ define Package/urbi/install
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/gostai
        $(CP) $(PKG_INSTALL_DIR)/usr/gostai/* $(1)/usr/gostai/
 endef
index 3d22f475141d7bcc2b7b494570091f1bd80d1334..b601d905013f76cef7211af2fb3752602b1d9422 100644 (file)
@@ -173,12 +173,12 @@ define Package/avahi-autoipd/install
        $(INSTALL_DIR) $(1)/etc/avahi
        $(CP) $(PKG_INSTALL_DIR)/etc/avahi/avahi-autoipd.action $(1)/etc/avahi/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/avahi-autoipd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/avahi-autoipd $(1)/usr/sbin/
 endef
 
 define Package/avahi-daemon/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/avahi-daemon $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/avahi-daemon $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/avahi
        $(INSTALL_DATA) ./files/avahi-daemon.conf $(1)/etc/avahi/
        $(INSTALL_DIR) $(1)/etc/avahi/services
@@ -192,7 +192,7 @@ define Package/avahi-dnsconfd/install
        $(INSTALL_DIR) $(1)/etc/avahi
        $(CP) $(PKG_INSTALL_DIR)/etc/avahi/avahi-dnsconfd.action $(1)/etc/avahi/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/avahi-dnsconfd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/avahi-dnsconfd $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,libavahi))
index 57ddeb0f635e889802656d60b26983065664d2c5..bd4fea52b702d01224663805923f69257f9a2874 100644 (file)
@@ -84,7 +84,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/curl-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/curl-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/curl $(1)/usr/include/
        mkdir -p $(1)/usr/lib
@@ -104,7 +104,7 @@ endef
 
 define Package/curl/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/curl $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/curl $(1)/usr/bin/
 endef
 
 define Package/libcurl/install
index c76ba2554f2d76513d96bfa3e9b106742e100ac7..9bf5bbbd6d3899ca4124e3bd065c8b29d6abaa94 100644 (file)
@@ -68,7 +68,7 @@ endef
 
 define Package/fcgi/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/cgi-fcgi $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/cgi-fcgi $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libfcgi.so.* $(1)/usr/lib/
 endef
index 88ddbf3c526286acebb449fe027f75f29b64336e..46fb0f680963bc729858d26c549bd661bcf66d0b 100644 (file)
@@ -50,7 +50,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/freetype-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/freetype-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/freetype2 $(1)/usr/include/
        $(CP) $(PKG_INSTALL_DIR)/usr/include/ft2build.h $(1)/usr/include/
index db2f004b82fe795ce901405dea484d58533e2774..1c4a130fe75388dd61ce07fdd3baef46f8f04db5 100644 (file)
@@ -52,7 +52,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/gdlib-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/gdlib-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/entities.h $(1)/usr/include/
        $(CP) $(PKG_INSTALL_DIR)/usr/include/gd{,_io,cache,fontg,fontl,fontmb,fonts,fontt,fx}.h \
index 36deebf6273230c1beda667f103bc43bdb23bdb6..bd9a330dce948b759791c3fec08fcd19adcd0eba 100644 (file)
@@ -51,9 +51,9 @@ endef
 
 define Build/InstallDev        
        mkdir -p $(1)/usr/lib/libintl/include
-       $(CP) $(PKG_INSTALL_DIR)/usr/include/libintl.h $(1)/usr/lib/libintl/include/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/include/libintl.h $(1)/usr/lib/libintl/include/
        mkdir -p $(1)/usr/lib/libintl/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libintl.{a,so*} $(1)/usr/lib/libintl/lib/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libintl.{a,so*} $(1)/usr/lib/libintl/lib/
 endef
 
 define Build/UninstallDev      
@@ -62,7 +62,7 @@ endef
 
 define Package/libintl/install
        $(INSTALL_DIR) $(1)/usr/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libintl.so.* $(1)/usr/lib/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libintl.so.* $(1)/usr/lib/
 endef
 
 $(eval $(call BuildPackage,libintl))
index 5a220726789aaec655e43533ded635f53d08b444..2a3dbc33f29a51dfd392263e14baf165dfb6541f 100644 (file)
@@ -67,7 +67,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/glib-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/glib-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/glib-1.2 $(1)/usr/include/
        $(CP) $(PKG_BUILD_DIR)/glibconfig-sysdefs.h $(1)/usr/include/glib-1.2/
index 0154a5812929c5717f774af5626e815664663908..1941d95d238fb7ea212ec1719e57e6337a804df3 100644 (file)
@@ -151,7 +151,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/libgnutls{,-extra}-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/libgnutls{,-extra}-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/gnutls $(1)/usr/include/
        mkdir -p $(1)/usr/lib
@@ -176,14 +176,14 @@ define Package/certtool/install
        $(INSTALL_DIR) $(1)/etc/gnutls
        $(INSTALL_CONF) $(PKG_BUILD_DIR)/doc/certtool.cfg $(1)/etc/gnutls/
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/certtool $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/certtool $(1)/usr/bin/
 endef
 
 
 define Package/gnutls-utils/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/gnutls-{cli,serv} $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/psktool $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/gnutls-{cli,serv} $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/psktool $(1)/usr/bin/
 endef
 
 
index 759d81e54c4d5f4c6f3e913615773143e308de05..a4ec98625cee15a8df87101a9e137eb82e285434 100644 (file)
@@ -73,7 +73,7 @@ endef
 
 define Package/gsm-utils/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
 endef
 
 define Build/InstallDev
index 587e8b2ac89ef5372d7cd27624410feb48cc93ea..4be30c96860c8521670ab128fb3bf902020ae666 100644 (file)
@@ -123,14 +123,14 @@ endef
 
 define Package/howl-autoipd/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/autoipd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/autoipd $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_DATA) ./files/autoipd.init $(1)/etc/init.d/autoipd
 endef
 
 define Package/howl-mdnsresponder/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/mDNSResponder $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mDNSResponder $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc
        $(INSTALL_DATA) ./files/mDNSResponder.conf $(1)/etc/mDNSResponder.conf
        $(INSTALL_DIR) $(1)/etc/init.d
@@ -139,14 +139,14 @@ endef
 
 define Package/howl-nifd/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/nifd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/nifd $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_DATA) ./files/nifd.init $(1)/etc/init.d/nifd
 endef
 
 define Package/howl-utils/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/mDNS{Browse,Publish,Query,Resolve} $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mDNS{Browse,Publish,Query,Resolve} $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,libhowl))
index 1ec7c6736fa16e72043be74a5bd3b3ec07a5cefa..a529b8ba5455103ef513943a70355924dc41f2e9 100644 (file)
@@ -92,7 +92,7 @@ endef
 
 define Package/jpeg-tools/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/*jpeg* $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/*jpeg* $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,libjpeg))
index 0dd194aff5887a05390cbdd8fc5c3483d359351d..b3d5cc109510ad46644bc5276ee4d6e6aacfd357 100644 (file)
@@ -52,7 +52,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/libart2-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/libart2-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/libart-2.0 $(1)/usr/include/
        mkdir -p $(1)/usr/lib
index c6583f91409d7a2b85447f4237b9388693b1cd06..3b5a2c27c622b829d5ebd8ee55c0c518319405ea 100644 (file)
@@ -50,7 +50,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/audiofile-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/audiofile-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/af_vfs.h $(1)/usr/include/
        $(CP) $(PKG_INSTALL_DIR)/usr/include/audiofile.h $(1)/usr/include/
index 368a5a2ebb8c9da4d040d17694fbf7384717e17e..184b8fb6e4c7053faeefa91a86649145c9959045 100644 (file)
@@ -61,7 +61,7 @@ MAKE_FLAGS += \
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/dnet-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/dnet-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/dnet.h $(1)/usr/include/
        $(CP) $(PKG_INSTALL_DIR)/usr/include/dnet $(1)/usr/include/
@@ -81,7 +81,7 @@ define Package/libdnet/install
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libdnet.so.* $(1)/usr/lib/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/dnet $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dnet $(1)/usr/sbin/
 endef
 
 define Package/pydnet/install
index 8350971e7077b9453e24db4fa385db27b577de71..00a69afbcf8f6ea5802ca2063103ec8e01e3ca32 100644 (file)
@@ -55,7 +55,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/libgcrypt-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/libgcrypt-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/gcrypt*.h $(1)/usr/include/
        mkdir -p $(1)/usr/lib
index 3c78a42be6a1cc9165478376da08f691aafa158d..a2d9d90b3417c30233ec9732b284510c61f0e2e6 100644 (file)
@@ -55,7 +55,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/gpg-error-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/gpg-error-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/gpg-error.h $(1)/usr/include/
        mkdir -p $(1)/usr/lib
index fd1eba0dab6a534979ff49a358e7160ddc808cc7..0883759142c321233a1cd8edbc4db0b0f5ef1c5b 100644 (file)
@@ -70,7 +70,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/gphoto2{,-port}-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/gphoto2{,-port}-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/gphoto2 $(1)/usr/include/
        mkdir -p $(1)/usr/lib
index 2fab426c119195e1fb985b25efaf290fc2f65e20..8ed6475e2a3559128fc75957bf88dee06f135f81 100644 (file)
@@ -52,7 +52,7 @@ define Build/InstallDev
        mkdir -p $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libmcrypt.{a,so*} $(1)/usr/lib/
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/libmcrypt-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/libmcrypt-config $(1)/usr/bin/
        $(SED) 's,-I$$$${prefix}/include,,g' $(1)/usr/bin/libmcrypt-config
        $(SED) 's,-L$$$${exec_prefix}/lib,,g' $(1)/usr/bin/libmcrypt-config
 endef
index e1ae54adc954f08eaa481b05348c68a59c7b81dc..73044d224b7d0dc49af01ca2bdd3021adee4db93 100644 (file)
@@ -65,7 +65,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/lib/libnet-1.0.x/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/libnet-config $(1)/usr/lib/libnet-1.0.x/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/libnet-config $(1)/usr/lib/libnet-1.0.x/bin/
        mkdir -p $(1)/usr/lib/libnet-1.0.x/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/libnet* $(1)/usr/lib/libnet-1.0.x/include/
        mkdir -p $(1)/usr/lib/libnet-1.0.x/lib
index 085b044f2f38e7ae5b96aea6a63d4c4f6b185ff7..1978fe1b203ac0471a7e0d4981f6e963b7fef99e 100644 (file)
@@ -65,7 +65,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/lib/libnet-1.1.x/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/libnet-config $(1)/usr/lib/libnet-1.1.x/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/libnet-config $(1)/usr/lib/libnet-1.1.x/bin/
        mkdir -p $(1)/usr/lib/libnet-1.1.x/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/libnet* $(1)/usr/lib/libnet-1.1.x/include/
        mkdir -p $(1)/usr/lib/libnet-1.1.x/lib
index 3d2e43fcbcae634d5354fa920f52e0910e8b1d5f..506b34a3b2f82cab94b4f2685dffd0ce9084515f 100644 (file)
@@ -45,7 +45,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/libol-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/libol-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/libol $(1)/usr/include/
        mkdir -p $(1)/usr/lib
index 318dd9b3310eec898749d13446e52c539a431416..a0350847f05f14312b0c4ff75eaa1249c9530a27 100644 (file)
@@ -72,7 +72,7 @@ define Package/libpam/install
        $(INSTALL_DIR) $(1)/usr/sbin
        $(CP) $(PKG_INSTALL_DIR)/* $(1)/lib/
        $(CP) $(PKG_INSTALL_DIR)/etc/* $(1)/etc/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,libpam))
index b2cbe4f0021fabe7b7dc7a13926f69fe7f254d30..942d5fe94c7eb78f5360f9766ebbdbbb5f715a0e 100644 (file)
@@ -45,7 +45,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/libpng{,12}-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/libpng{,12}-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/png{,conf}.h $(1)/usr/include/
        $(CP) $(PKG_INSTALL_DIR)/usr/include/libpng $(1)/usr/include/
index d4af9a5f905480d90d41e9e25b21b5aee9519bf8..1c1fb788192ed10c4102af8d1e17eb6b1bda006f 100644 (file)
@@ -50,7 +50,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/libtasn1-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/libtasn1-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/libtasn1.h $(1)/usr/include/
        mkdir -p $(1)/usr/lib
index 78b07f8e6a3d7fd3f9b12af6847d34b2bd0cb619..29f25261fa7d9b4699abb98299c1462ebe0bd8c4 100644 (file)
@@ -51,8 +51,8 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/libtool $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/libtoolize $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/libtool $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/libtoolize $(1)/usr/bin/
        mkdir -p $(1)/usr/share/
        $(CP) -R $(PKG_INSTALL_DIR)/usr/share/* $(1)/usr/share/
        mkdir -p $(1)/usr/include
index 40a09fe13741c7000254019d9dea5383cebc733d..dfc74ad888b5044e2ea1a92078a26a4af1ba6d59 100644 (file)
@@ -43,7 +43,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/libusb-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/libusb-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/usb.h $(1)/usr/include/
        mkdir -p $(1)/usr/lib
index e0d9cf4e7791d0492008d949df5cb79c54dea906..964af60f67681cdcf6e26f0ed1149f4d24800ead 100644 (file)
@@ -81,7 +81,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/xml2-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xml2-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/libxml2 $(1)/usr/include/
        mkdir -p $(1)/usr/lib
index 4cdd73eeb9f4153a1fb0d40abab8e861b7b7e485..917d78f712ae8de54279dcd7d9feca1b46fcac7e 100644 (file)
@@ -71,8 +71,8 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/xslt-config $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/xsltproc $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xslt-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xsltproc $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/libxslt $(1)/usr/include/
        mkdir -p $(1)/usr/lib
@@ -100,7 +100,7 @@ endef
 
 define Package/xsltproc/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/xsltproc $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xsltproc $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,libxslt))
index 3ceeaff7158b1554c12989cc8cf2fdc4b32e5bbb..ba138dd3c655033fc2f327e58aaf6d31bdc07c2e 100644 (file)
@@ -95,7 +95,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/mysql_config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mysql_config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/mysql $(1)/usr/include/
        # NOTE: needed for MySQL-Python
index 473c48238cf9c2a49ba26ea8008a33ec7be326c3..e3a835ccd4377f278641fe88087d1d4be11fdfa9 100644 (file)
@@ -51,7 +51,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/neon-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/neon-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/neon $(1)/usr/include/
        mkdir -p $(1)/usr/lib
index 598487a69f692e913c961b2363faabf65b613928..1aa8fd114f1aa414166bc9f11a4f5f52d2b088e4 100644 (file)
@@ -182,7 +182,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/net-snmp-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/net-snmp-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/net-snmp $(1)/usr/include/
        mkdir -p $(1)/usr/lib
@@ -236,7 +236,7 @@ endef
 
 define Package/snmp-utils/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/snmp{get,set,status,test,trap,walk} $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/snmp{get,set,status,test,trap,walk} $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,libnetsnmp))
index e104417c4cee6e7f251d36233db3e98274ea2ba9..dd396e1da9e44e1ccd73251986b20574775b2d3b 100644 (file)
@@ -57,7 +57,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/opencdk-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/opencdk-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/opencdk.h $(1)/usr/include/
        mkdir -p $(1)/usr/lib
index 20421c24b0c75dcfd320b980f01ff8ecba9f78e5..06c526d8e53455c3721651edaff2b7abb1c7099d 100644 (file)
@@ -112,7 +112,7 @@ endef
        
 define Package/openldap-utils/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/ldap* $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ldap* $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,libopenldap))
index 804c510215d869d498b69716c2121e934bdb69b5..88692579a06901a85f6758f958e85ec784901dc5 100644 (file)
@@ -170,7 +170,7 @@ endef
 
 define Package/pgsql-cli/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/psql $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/psql $(1)/usr/bin/
 endef
 
 define Package/pgsql-server/install
@@ -252,7 +252,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_BUILD_DIR)/src/bin/pg_config/pg_config.host $(1)/usr/bin/pg_config
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/bin/pg_config/pg_config.host $(1)/usr/bin/pg_config
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/libpq $(1)/usr/include/
        $(CP) $(PKG_INSTALL_DIR)/usr/include/libpq-fe.h $(1)/usr/include/
index 487d6e36fd955650b622fac3b7bf4d7c74bbc16c..783a67edf163de5076e0ee0fb11f3c2b89a695a8 100644 (file)
@@ -98,7 +98,7 @@ endef
 
 define Package/radiusclient-ng/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/rad{acct,iusclient,login,status} $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/rad{acct,iusclient,login,status} $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,libradiusclient-ng))
index 25c882e6fefa2ad1b76c2e2905c0f8a4ff49fff8..3664200b36f48f369ccf60e470ca7e9852be322b 100644 (file)
@@ -145,12 +145,12 @@ endef
 
 define Package/rrdtool1/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/rrd{tool,update} $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/rrd{tool,update} $(1)/usr/bin/
 endef
 
 define Package/rrdcgi1/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/rrdcgi $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/rrdcgi $(1)/usr/bin/
 endef
 
 define Package/librrd1/install
index aa8bae9568912188d34d372f906074d510bc71da..43f138b6d0d826b61d04e590bfb067829fc9c752 100644 (file)
@@ -103,7 +103,7 @@ endef
 
 define Package/sqlite2-cli/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/sqlite $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/sqlite $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,libsqlite2))
index a39f73623fb90692d4089f7673b7ca22694a90f9..1706ac050864a1abbe51149a36a6e3606da7a20b 100644 (file)
@@ -102,7 +102,7 @@ endef
 
 define Package/sqlite3-cli/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/sqlite3 $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/sqlite3 $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,libsqlite3))
index c354408a57bccd150d2594a303593acee08a4656..eeb70b4fa8e93c8a5509bfe8cc4767993b317e5e 100644 (file)
@@ -45,7 +45,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/taglib-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/taglib-config $(1)/usr/bin/
        mkdir -p $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libtag.{a,so*} $(1)/usr/lib/
        mkdir -p $(1)/usr/include/taglib
index 8a321f4538f1ffffded1cec99c5aa0a6dc5c2100..fcfd48b42a1d73274bd25da1c3f346927230e0b8 100644 (file)
@@ -65,7 +65,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/g++-uc $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/g++-uc $(1)/usr/bin/
        mkdir -p $(1)/usr/include/uClibc++
        $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/uClibc++/
        mkdir -p $(1)/usr/lib
@@ -73,7 +73,7 @@ define Build/InstallDev
        $(SED) 's|-I/include/|-I$(1)/usr/include/uClibc++/|g' $(1)/usr/bin/g++-uc
        $(SED) 's|-L/lib/|-L$(1)/usr/lib/|g' $(1)/usr/bin/g++-uc
 # add another wrapper which links against both uClibc++ and libstdc++ 
-       $(CP) $(1)/usr/bin/g++-uc $(1)/usr/bin/g++-uc+std
+       $(INSTALL_BIN) $(1)/usr/bin/g++-uc $(1)/usr/bin/g++-uc+std
        $(SED) 's|^WRAPPER_INCLUDEDIR=.*||g' $(1)/usr/bin/g++-uc+std
        $(SED) 's|-luClibc++|-Wl,-Bdynamic,-luClibc++,-Bstatic,-lstdc++,-Bdynamic|g' $(1)/usr/bin/g++-uc+std
        $(SED) 's|-nostdinc++||g' $(1)/usr/bin/g++-uc+std
index 38f9443190e972a418ce8c975feea122bdb1557d..4e1a3dca6327478b6e06c00b14a48a6c1adae9ae 100644 (file)
@@ -55,7 +55,7 @@ endef
 
 define Package/gphoto2/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/gphoto2 $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/gphoto2 $(1)/usr/bin/
 endef
 
 
index 220c760dd9766303daecfaae303aee1e1edd6d46..7b46573aecd3c2f604c3de04fc424e3c73ad294a 100644 (file)
@@ -53,7 +53,7 @@ define Package/motion/install
        $(INSTALL_DIR) $(1)/etc
        $(CP) $(PKG_INSTALL_DIR)/etc/motion-dist.conf $(1)/etc/motion.conf
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/motion $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/motion $(1)/usr/bin/
 
 endef
 
index 1eb99d11144ce345e0d2e8f4f81abdb75f1ce504..10a12d5c5893092604132c5645cb949d218973da 100644 (file)
@@ -53,7 +53,7 @@ endef
 
 define Package/peercast/install        
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/peercast $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/peercast $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/usr/share/peercast/html
        $(CP) $(PKG_INSTALL_DIR)/usr/share/peercast/html/en $(1)/usr/share/peercast/html/
        $(INSTALL_DIR) $(1)/etc
index 8ab3141633b7541118ab27de191fb4661e67fb47..08e32d09e087d7fd7137483c3cc252b97af7bef5 100644 (file)
@@ -50,15 +50,15 @@ endef
 
 define Package/aircrack-ng/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/aircrack-ng $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/airdecap-ng $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/packetforge-ng $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/ivstools $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/kstats $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/aircrack-ng $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/airdecap-ng $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/packetforge-ng $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ivstools $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/kstats $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/aireplay-ng $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/airodump-ng $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/airmon-ng $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/aireplay-ng $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/airodump-ng $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/airmon-ng $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,aircrack-ng))
index f9ac2070415e25326f23e94a7661be7412ac6de7..1341838431a18248c601d004e479e8a13302e138 100644 (file)
@@ -77,7 +77,7 @@ endef
 
 define Package/amule/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/amule{cmd,d,web} $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/amule{cmd,d,web} $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/share
        $(CP) $(PKG_INSTALL_DIR)/usr/share/amule $(1)/usr/share/
 endef
index 583d6ee32de4a91873fb30b7b6e300fff26b46f2..f128f26a153514b4573a24a795e2f005319ba1fe 100644 (file)
@@ -48,9 +48,9 @@ endef
 
 define Package/amwall/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/amsel
        $(CP) $(PKG_INSTALL_DIR)/etc/amsel* $(1)/etc/
 endef
index 9d9282fc7c5e9c3ccc0077393a5abe3d365bb076..438c8eee4d94d157d101cee64664fd4db7220c8e 100644 (file)
@@ -140,11 +140,11 @@ endef
 define Package/apache-server/install
        $(INSTALL_DIR) $(1)/usr/sbin
        # we don't need apxs on the router, it's just for building apache modules.  
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/{ab,apachectl,checkgid,dbmmanage,envvars,envvars-std,htcacheclean,htdbm,htdigest,htpasswd,httpd,httxt2dbm,logresolve,rotatelogs} $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/{ab,apachectl,checkgid,dbmmanage,envvars,envvars-std,htcacheclean,htdbm,htdigest,htpasswd,httpd,httxt2dbm,logresolve,rotatelogs} $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/httpd.exp $(1)/usr/lib/
        $(INSTALL_DIR) $(1)/usr/share
-       $(CP) $(PKG_INSTALL_DIR)/usr/share/{error,htdocs,cgi-bin,build} $(1)/usr/share/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/{error,htdocs,cgi-bin,build} $(1)/usr/share/
        $(INSTALL_DIR) $(1)/etc/apache
        $(CP) $(PKG_INSTALL_DIR)/etc/apache/{magic,mime.types,extra} $(1)/etc/apache/
        $(CP) ./files/etc/apache/httpd.conf $(1)/etc/apache/
index d255ac9c53fbf5aaf47baa668b5a36dc69bee28f..11e55b44086930a9ff8a922d5f0f9cc6c8020e26 100644 (file)
@@ -541,8 +541,8 @@ define Package/asterisk14-mini/install
        $(INSTALL_DIR) $(1)/usr/lib/asterisk/moh
        $(INSTALL_DIR) $(1)/usr/lib/asterisk/sounds
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/asterisk $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/safe_asterisk $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/asterisk $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/safe_asterisk $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/default
        $(INSTALL_DATA)  ./files/asterisk.default $(1)/etc/default/asterisk
        $(INSTALL_DIR) $(1)/etc/init.d
index 40f19946cfdc6c70102e6a2e7b5eab3d8f81ca0b..d40e63dbde429554e71e6b71b510bf5da1a344d5 100644 (file)
@@ -486,8 +486,8 @@ define Package/asterisk-mini/install
        $(INSTALL_DIR) $(1)/usr/lib/asterisk/mohmp3
        $(INSTALL_DIR) $(1)/usr/lib/asterisk/sounds
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/asterisk $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/safe_asterisk $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/asterisk $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/safe_asterisk $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/default
        $(INSTALL_DATA)  ./files/asterisk.default $(1)/etc/default/asterisk
        $(INSTALL_DIR) $(1)/etc/init.d
index a0b2a341dc06125c32ccfb8c9d0d9e14a540d8cf..fbd623d426923ea605b8bf5c8132cdd1529083b9 100644 (file)
@@ -117,9 +117,9 @@ endef
 
 define Package/bind-server/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/named $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/named $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc
-       $(CP) ./files/bind $(1)/etc/
+       $(INSTALL_BIN) ./files/bind $(1)/etc/
        $(INSTALL_DIR) $(1)/etc/init.d
        $(CP) ./files/named.init $(1)/etc/init.d/named
        find $(1)/etc/bind/ -name ".svn" | xargs rm -rf
@@ -127,48 +127,48 @@ endef
 
 define Package/bind-client/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/nsupdate $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/nsupdate $(1)/usr/bin/
 endef
 
 define Package/bind-tools/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/dig $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/host $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/dig $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/host $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/dnssec-keygen $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/dnssec-signzone $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/named-checkconf $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/named-checkzone $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/rndc $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/rndc-confgen $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dnssec-keygen $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dnssec-signzone $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/named-checkconf $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/named-checkzone $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/rndc $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/rndc-confgen $(1)/usr/sbin/
 endef
 
 define Package/bind-rndc/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/rndc $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/rndc-confgen $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/rndc $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/rndc-confgen $(1)/usr/sbin/
 endef
 
 define Package/bind-check/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/named-checkconf $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/named-checkzone $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/named-checkconf $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/named-checkzone $(1)/usr/sbin/
 endef
 
 define Package/bind-dnssec/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/dnssec-keygen $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/dnssec-signzone $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dnssec-keygen $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dnssec-signzone $(1)/usr/sbin/
 endef
 
 define Package/bind-host/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/host $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/host $(1)/usr/bin/
 endef
 
 define Package/bind-dig/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/dig $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/dig $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,bind-libs))
index 8b328ca63357a119463fce4deb3d5b928689112a..271040b375a38e6995932eb47ec55ca4e2b64f8e 100644 (file)
@@ -38,7 +38,7 @@ endef
 
 define Package/bing/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_BUILD_DIR)/bing $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/bing $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,bing))
index 56a7bba0b4e1418182289771aa0a23b9aeb5eb3c..3e44b59e5eb468bcacef2e1038a0e393867c5179 100644 (file)
@@ -65,7 +65,7 @@ endef
 
 define Package/bitchx/install
        $(INSTALL_DIR) $(1)/usr/bin $(1)/usr/lib $(1)/etc/init.d $(1)/tmp
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/etc/init.d/bitchxrc $(1)/etc/init.d/
        $(CP) $(PKG_INSTALL_DIR)/tmp/.bitchxrc $(1)/tmp
index ee678a4dc2af55378b1811a43cf8e3b1181c5dc3..e4d2a98f20b288ca66c388d3ed6d026dc94d5dc3 100644 (file)
@@ -58,7 +58,7 @@ define Package/chillispot/install
        $(INSTALL_DIR) $(1)/etc
        $(INSTALL_DATA) $(PKG_BUILD_DIR)/doc/chilli.conf $(1)/etc/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/chilli $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/chilli $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,chillispot))
index ff6a45bcb1e7c5fdce7a70854f6aeee86c047237..ee72d5dba7f192140311f006568327c86165b571 100644 (file)
@@ -82,7 +82,7 @@ define Package/cups/install
        rm -rf $(1)/etc/cups/certs
        ln -sf /tmp $(1)/etc/cups/certs
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
        rm -f $(1)/usr/bin/cups-config
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libcups.so.* $(1)/usr/lib/
@@ -93,7 +93,7 @@ define Package/cups/install
        $(CP) $(PKG_INSTALL_DIR)/usr/share/doc/cups/index.html $(1)/usr/share/doc/cups/
        $(CP) $(PKG_INSTALL_DIR)/usr/share/doc/cups/images $(1)/usr/share/doc/cups/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
        # overwrite default config with our own
        $(CP) ./files/etc/cups/* $(1)/etc/cups/
        # install initscript with priority 60
@@ -103,7 +103,7 @@ endef
 
 define Build/InstallDev
        mkdir -p $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/cups-config $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/cups-config $(1)/usr/bin/
        mkdir -p $(1)/usr/include
        $(CP) $(PKG_INSTALL_DIR)/usr/include/cups $(1)/usr/include/
        mkdir -p $(1)/usr/lib
index 13eaa409f311554a3b7cfb1d7b8a3d544ced56bb..24f68d04bf37a1471e8625941efd256003ecdb37 100644 (file)
@@ -46,7 +46,7 @@ endef
 
 define Package/dhcp-forwarder/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/dhcp-fwd $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dhcp-fwd $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/etc
        $(INSTALL_DATA) $(PKG_BUILD_DIR)/contrib/dhcp-fwd.conf $(1)/etc/
        $(INSTALL_DIR) $(1)/etc/init.d
index a38f2707f05552acb922c47ebbd8684f6d125cad..c9699932bfb526c4cb380c2003ee3957b6545bd0 100644 (file)
@@ -64,12 +64,12 @@ endef
        
 define Package/dhcp-relay/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/dhcrelay $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dhcrelay $(1)/usr/sbin/
 endef
 
 define Package/dhcp-server/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/dhcpd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dhcpd $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/dhcpd.init $(1)/etc/init.d/dhcpd
 endef
index cf694b6637235e15f832b519e6651c92fea4556e..41e1bcd448e0cc085e286827e5cadd174eb84069 100644 (file)
@@ -39,7 +39,7 @@ endef
 
 define Package/dircproxy/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/dircproxy{,-crypt} $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/dircproxy{,-crypt} $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,dircproxy))
index be2dbb14b098a64fb867d3ec664134d2da43900c..a4bb626e149610f4bb5a636c0dccc0b0c12ad30e 100644 (file)
@@ -54,7 +54,7 @@ endef
 
 define Package/dsniff/install  
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP)  $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/
 endef
index 3c909734a55186873633ce2c2df5c7f0b4c8ce09..c9e023e02e42684d0a57c19bd85d646e5a49c5ab 100644 (file)
@@ -42,7 +42,7 @@ endef
 
 define Package/ethtool/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ethtool $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ethtool $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,ethtool))
index a5896887c80cf006601a122c487c3b3ed3b85615..ecdb2baa7f1f07eb041cbc199a918114f625a31c 100644 (file)
@@ -346,7 +346,7 @@ define Package/freeradius/install
        $(INSTALL_DIR) $(1)/usr/lib/freeradius
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/freeradius/libradius{,-*}.so $(1)/usr/lib/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/radiusd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/radiusd $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/radiusd.init $(1)/etc/init.d/radiusd
 endef
@@ -363,7 +363,7 @@ endef
 define Package/freeradius-utils/install
        $(INSTALL_DIR) $(1)/usr/bin
        for f in radclient radeapclient; do \
-               $(CP) $(PKG_INSTALL_DIR)/usr/bin/$$$${f} $(1)/usr/bin/ ; \
+               $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/$$$${f} $(1)/usr/bin/ ; \
        done
 endef
 
index 59121a6ad2e5bd09d773bc46e314416e9a816a47..2511afcaedbf694821543fff91d24046f3fddbec 100644 (file)
@@ -65,7 +65,7 @@ define Package/icecast/install
        $(INSTALL_DIR) $(1)/etc
        $(CP) $(PKG_INSTALL_DIR)/etc/icecast.xml $(1)/etc/
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/icecast $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/icecast $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/share/icecast
        $(CP) $(PKG_INSTALL_DIR)/usr/share/icecast/admin $(1)/usr/share/icecast/
        $(CP) $(PKG_INSTALL_DIR)/usr/share/icecast/web $(1)/usr/share/icecast/
index e38a3a955645dfe7423c58c4dc45d0fea7ca3c25..55a4e9fcb56f65c8d479532c854e3c0c4fb9a212 100644 (file)
@@ -66,7 +66,7 @@ define Package/ipcad/install
        $(INSTALL_DIR) $(1)/etc
        $(CP) $(PKG_INSTALL_DIR)/etc/ipcad.conf $(1)/etc/
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/ipcad $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ipcad $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,ipcad))
index f5608e854418846e1beddface5ddf4a2afa1e8f5..650f28e448b5d1fbe06e3b1ecad70054f98c123a 100644 (file)
@@ -51,7 +51,7 @@ endef
 
 define Package/karma/install   
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_BUILD_DIR)/bin/karma $(1)/usr/sbin/karma-ruby
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/karma $(1)/usr/sbin/karma-ruby
        $(CP) $(PKG_BUILD_DIR)/src/karma $(1)/usr/sbin/karma
        $(INSTALL_DIR) $(1)/etc
        $(CP) $(PKG_BUILD_DIR)/etc/* $(1)/etc/
index d331e98402ac48518d1e3d35a744aa6b316f0511..d9fbbe6bacfd1fcd92399808bd220ce43fd5b71e 100644 (file)
@@ -87,14 +87,14 @@ endef
        
 define Package/knock/install   
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/knock $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/knock $(1)/usr/bin/
 endef
 
 define Package/knockd/install
        $(INSTALL_DIR) $(1)/etc
        $(INSTALL_CONF) $(PKG_INSTALL_DIR)/etc/knockd.conf $(1)/etc/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/knockd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/knockd $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,knock))
index 59db04978fd817e16bfacb0c05c7f1334616a10e..cbe09254b349c44e28ece050ec77a3db92b96168 100644 (file)
@@ -59,7 +59,7 @@ define Package/l2tpns/install
        $(INSTALL_DIR) $(1)/usr/lib/l2tpns
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/l2tpns/* $(1)/usr/lib/l2tpns/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,l2tpns))
index 95e4ed65cc1362e4917407355b4d6b56628cd692..113b57d427d961744cad85323680ac9771280560 100644 (file)
@@ -180,7 +180,7 @@ define Package/lighttpd/install
                $(CP) $(PKG_INSTALL_DIR)/usr/lib/lighttpd/mod_$$$${m}.so $(1)/usr/lib/lighttpd/ ; \
        done
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/lighttpd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/lighttpd $(1)/usr/sbin/
 endef
 
 define BuildPlugin
index f474b79864ac881eb54a0bc512f5f139f8d26397..81f83c735637afe30af51e2051561f514e191916 100644 (file)
@@ -64,9 +64,9 @@ define Package/maradns/install
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/maradns.init $(1)/etc/init.d/maradns
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/{askmara,getzone,fetchzone,duende} $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{askmara,getzone,fetchzone,duende} $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/{maradns,zoneserver} $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/{maradns,zoneserver} $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,maradns))
index e71d4ca3b0dc76d6212d4a3e97e8f575dc40134c..cbcf18cf0f0ba90bda675c53495d13cd22c518c1 100644 (file)
@@ -50,7 +50,7 @@ endef
 
 define Package/matrixtunnel/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/matrixtunnel $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/matrixtunnel $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,matrixtunnel))
index f884eefeacd749b7d4fadc222780723f7df3b328..376f813b170677782eaf003e23fba082bd8a7a25 100644 (file)
@@ -49,7 +49,7 @@ MAKE_FLAGS += \
 
 define Package/miau/install    
        $(INSTALL_DIR) $(1)/usr/bin     
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/$(PKG_NAME) $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/$(PKG_NAME) $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_DIR) $(1)/etc/default
        $(INSTALL_DIR) $(1)/etc/miau
index e7782dbb0b2a872ef8ffa888b3c8498b61e8a7bf..9753fd60740e06f626b0dab2ffd3f5f001ec9e64 100644 (file)
@@ -74,7 +74,7 @@ define Package/miredo-server/install
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/miredo-server.init $(1)/etc/init.d/miredo-server
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/miredo-server $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/miredo-server $(1)/usr/sbin/
 endef
 
 define Package/miredo-client/install   
@@ -83,7 +83,7 @@ define Package/miredo-client/install
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/miredo.init $(1)/etc/init.d/miredo
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/miredo $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/miredo $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,miredo-server))
index 912cee5854f609dc05e50f0507bb9ffc071193fb..9da915ed4e2356c083a9825b92c538e76d013c73 100644 (file)
@@ -65,7 +65,7 @@ endef
 
 define Package/mtr/install     
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/mtr $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/mtr $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,mtr))
index bc3f45233b38c174c86bc433779da40721c1991f..76e5b337638e9ba6486e93bd9c630ad794f2ed80 100644 (file)
@@ -61,7 +61,7 @@ endef
 
 define Package/mutella/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/mutella{,_sio} $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mutella{,_sio} $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/share
        $(CP) $(PKG_INSTALL_DIR)/usr/share/mutella $(1)/usr/share/
 endef
index 6e89d90f2902e302734a7e54f5d27f8f7b9a8e6f..76d8ca71b4d858878afdcb8da156ce22b9f8a590 100644 (file)
@@ -46,7 +46,7 @@ endef
 
 define Package/netstat-nat/install     
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/netstat-nat $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/netstat-nat $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,netstat-nat))
index 753c402e5e9f018e137a36b00ea360fea58eb894..7fd9e729f337c06c9846399089cd5b44a71d5d76 100644 (file)
@@ -49,7 +49,7 @@ endef
 
 define Package/nfs-utils/install
        $(INSTALL_DIR) $(1)/sbin
-       $(CP) $(PKG_INSTALL_DIR)/sbin/mount* $(1)/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/sbin/mount* $(1)/sbin/
 endef
 
 $(eval $(call BuildPackage,nfs-utils))
index 5299724e6ab370cb70d7528b46619efbf341bccb..f1926eae6aa5dcf0e5bd86cf4b51226f112550a6 100644 (file)
@@ -50,7 +50,7 @@ endef
 
 define Package/nmap/install    
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/nmap $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/nmap $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/share/nmap
        for file in mac-prefixes os-fingerprints protocols rpc service-probes services; do \
                $(CP) $(PKG_INSTALL_DIR)/usr/share/nmap/nmap-$$$$file $(1)/usr/share/nmap/ ; \
index 5d6f7c623be2624bfea1f000aab8b443874326df..e3c364ac558a1bc717972f37162c67e36988dab5 100644 (file)
@@ -54,7 +54,7 @@ endef
 
 define Package/nodogsplash/install     
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/lib/
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/
 endef
index 683f7e8cce73a6419be56dfd5bfcda96e4ee0666..2ae0e4d72c230ada8696cff6481af2bddaeabddf 100644 (file)
@@ -50,7 +50,7 @@ endef
 
 define Package/opendchub/install       
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/opendchub $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/opendchub $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,opendchub))
index 2a2057a54fd83bbd9aa62e5fe372f304dbaa21c1..ec55e6b8944cf4b9bc549326a54e6dab6672eab5 100644 (file)
@@ -160,15 +160,15 @@ define Package/openssh-client/install
        chmod 0700 $(1)/etc/ssh
        $(CP) $(PKG_INSTALL_DIR)/etc/ssh/ssh_config $(1)/etc/ssh/
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/ssh $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/scp $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ssh $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/scp $(1)/usr/bin/
 endef
 
 define Package/openssh-client-utils/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/ssh-add $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/ssh-agent $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/ssh-keyscan $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ssh-add $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ssh-agent $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ssh-keyscan $(1)/usr/bin/
 endef
 
 define Package/openssh-server/install
@@ -178,9 +178,9 @@ define Package/openssh-server/install
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/sshd.init $(1)/etc/init.d/sshd
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/ssh-keygen $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ssh-keygen $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/sshd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/sshd $(1)/usr/sbin/
 endef
 
 define Package/openssh-server/postinst
@@ -225,7 +225,7 @@ endef
 
 define Package/openssh-sftp-client/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/sftp $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/sftp $(1)/usr/bin/
 endef
 
 define Package/openssh-sftp-server/install
index 31da38a1895807cd3187c60b608dcd188325a6f8..d2fdabe7cf2396fa937be8a90533b51d2bb90491 100644 (file)
@@ -59,7 +59,7 @@ endef
 
 define Package/openvpn/install 
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/openvpn $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/openvpn $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/init.d/
        $(INSTALL_BIN) files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME)
        $(INSTALL_DIR) $(1)/etc/default
index 2070acc0c837383f5629cdd0420b4b967b1a275a..bd6b56eed3683b640e18bc36e701af9c9921b75f 100644 (file)
@@ -47,8 +47,8 @@ endef
 
 define Package/pptpd/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/pptpd $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/pptpctrl $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/pptpd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/pptpctrl $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/usr/lib/pptpd
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/pptpd/* $(1)/usr/lib/pptpd
        $(INSTALL_DIR) $(1)/etc
index 81aca64a401dbfc9e19e09b562bbc7ef26086b91..5b45f52e09ff8a3d0e59b4f8d366e1f5eb1cec03 100644 (file)
@@ -63,7 +63,7 @@ endef
 
 define Package/privoxy/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/privoxy $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/privoxy $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/privoxy
        $(CP) $(PKG_INSTALL_DIR)/etc/privoxy/* $(1)/etc/privoxy/
        $(INSTALL_CONF) ./files/privoxy.config $(1)/etc/privoxy/config
index 1811fa222f3253fb2f826c3ff302ce5f86b6d1ac..39dc30a3f36a112e705de86bca581df49da28604 100644 (file)
@@ -46,7 +46,7 @@ endef
 
 define Package/ptunnel/install 
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ptunnel $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ptunnel $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,ptunnel))
index 56d0560e55ff8840f953c81e67b7df307710029f..156de977c50e0c5ee78d570b6ad95d49750dd6e9 100644 (file)
@@ -125,8 +125,8 @@ endef
 
 define Package/quagga/install  
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/zebra $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/watchquagga $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/zebra $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/watchquagga $(1)/usr/sbin/
        # avoid /etc being set to 0750
        $(INSTALL_DIR) $(1)/etc/quagga/
        chmod 0750 $(1)/etc/quagga/
@@ -186,37 +186,37 @@ endef
 
 define Package/quagga-bgpd/install     
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/bgpd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/bgpd $(1)/usr/sbin/
 endef
 
 define Package/quagga-isisd/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/isisd $(1)/usr/sbin
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/isisd $(1)/usr/sbin
 endef
 
 define Package/quagga-ospfd/install    
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ospfd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ospfd $(1)/usr/sbin/
 endef
 
 define Package/quagga-ospf6d/install   
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ospf6d $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ospf6d $(1)/usr/sbin/
 endef
 
 define Package/quagga-ripd/install     
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ripd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ripd $(1)/usr/sbin/
 endef
 
 define Package/quagga-ripngd/install   
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ripngd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ripngd $(1)/usr/sbin/
 endef
 
 define Package/quagga-vtysh/install    
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/vtysh $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/vtysh $(1)/usr/bin/
 endef
 
 define Package/quagga-libospf/install
index e53042403f36241e57bdb8d5b12935a8520d6f0d..cf6423ca2f1fc7bffacaab1913708e527c11d99e 100644 (file)
@@ -46,7 +46,7 @@ endef
 
 define Package/raddump/install 
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/raddump $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/raddump $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,raddump))
index f6e4e89cdd0eaf8bc5f0f2e9b2d9251be916b42a..32c733887d6701c03b2d38b2816396297a91ff3b 100644 (file)
@@ -45,7 +45,7 @@ endef
 
 define Package/radsecproxy/install
        $(INSTALL_DIR) $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/radsecproxy $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/radsecproxy $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/
        $(CP) $(PKG_INSTALL_DIR)/etc/radsecproxy.conf-example $(1)/etc/radsecproxy.conf
        $(INSTALL_DIR) $(1)/etc/init.d/
index 0544bfc188a3935ee58e4aeeaf9b4e1efb425bbb..941c5d9ed556231028c3029b57b666b3da94cc78 100644 (file)
@@ -54,7 +54,7 @@ endef
 
 define Package/rarpd/install   
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/rarpd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/rarpd $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/default
        install -m644 ./files/rarpd.default $(1)/etc/default/rarpd
        $(INSTALL_DIR) $(1)/etc/init.d
index f72eb5a78e5c2bd45c8843d5d79676fc2da4365e..219a61a0e6cc0ca51ed0d8b5739c21a7af11c601 100644 (file)
@@ -44,7 +44,7 @@ endef
 
 define Package/reaim/install   
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/reaim $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/reaim $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/reaim.init $(1)/etc/init.d/reaim
 endef
index 6c77c4934fc40e1a5e7f0d7744af70c9b700aeaf..1748a447cffd2f4b6e184eda88468c13121cc08d 100644 (file)
@@ -46,19 +46,19 @@ define Package/rp-l2tpd/install
        $(CP) $(PKG_INSTALL_DIR)/etc/l2tp.conf.example $(1)/etc/l2tp.conf
        $(INSTALL_DIR) $(1)/usr/lib/l2tp
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/l2tpd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/l2tpd $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/rp-l2tpd.init $(1)/etc/init.d/rp-l2tpd
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/l2tp/cmd.so $(1)/usr/lib/l2tp/
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/l2tp/sync-pppd.so $(1)/usr/lib/l2tp/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/l2tp-control $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/l2tp-control $(1)/usr/sbin/
 endef
 
 #define Package/rp-l2tpd-mod-cmd/install       
 #      $(INSTALL_DIR) $(1)/usr/lib/l2tp
 #      $(CP) $(PKG_INSTALL_DIR)/usr/lib/l2tp/cmd.so $(1)/usr/lib/l2tp/
 #      $(INSTALL_DIR) $(1)/usr/sbin
-#      $(CP) $(PKG_INSTALL_DIR)/usr/sbin/l2tp-control $(1)/usr/sbin/
+#      $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/l2tp-control $(1)/usr/sbin/
 #endef
 
 #define Package/rp-l2tpd-mod-ppp/install
index 67dc23fbbb89b603342f78e60af71e8299c37522..2300492c30095980e5032a908fdebef6ff184795 100644 (file)
@@ -62,7 +62,7 @@ define Package/rp-pppoe-client/install
        $(INSTALL_DIR) $(1)/etc/ppp
        $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/ppp/pppoe.conf $(1)/etc/ppp/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/pppoe $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/pppoe $(1)/usr/sbin/
        $(CP) $(PKG_BUILD_DIR)/scripts/pppoe-{connect,start,stop} $(1)/usr/sbin/
        $(SED) 's,modprobe,insmod,g' $(1)/usr/sbin/pppoe-connect
 endef
@@ -73,7 +73,7 @@ define Package/rp-pppoe-relay/install
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/pppoe-relay.init $(1)/etc/init.d/pppoe-relay
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/pppoe-relay $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/pppoe-relay $(1)/usr/sbin/
 endef
 
 define Package/rp-pppoe-server/install 
@@ -84,12 +84,12 @@ define Package/rp-pppoe-server/install
        $(INSTALL_DIR) $(1)/etc/ppp
        $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/ppp/pppoe-server-options $(1)/etc/ppp/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/pppoe-server $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/pppoe-server $(1)/usr/sbin/
 endef
 
 define Package/rp-pppoe-sniff/install  
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/pppoe-sniff $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/pppoe-sniff $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,rp-pppoe-client))
index 2a48fec36a86ef954b50fd3d3c58a0d9e45471e0..50c6e9729eaa45386e6e0ab7d55721cf91b0f1bf 100644 (file)
@@ -62,7 +62,7 @@ endef
 
 define Package/rtorrent/install        
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/rtorrent $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/rtorrent $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,rtorrent))
index 9ab08d53d08e34fbed6cd59e2a621a6f96a0569a..f502080204ca1588c7117371a30db96fb215fb51 100644 (file)
@@ -52,7 +52,7 @@ endef
 
 define Package/scdp/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/scdp $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/scdp $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,scdp))
index b74bbe4dbe77d7bf730a3f2f49e3526ac330ebb4..ae079689750321187a69d4ba40dfbfe158cdf004 100644 (file)
@@ -49,7 +49,7 @@ endef
  
 define Package/ser2net/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ser2net $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ser2net $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc
        $(CP) $(PKG_BUILD_DIR)/ser2net.conf $(1)/etc/
 endef
index 4640c250b6129de5323997428461c9360d5b5ed5..02fdfb8c0df453a3e6a5434b77c7fe1f740cc7f4 100644 (file)
@@ -44,7 +44,7 @@ define Package/shorewall-common/install
        $(INSTALL_DIR) $(1)/bin
        $(INSTALL_BIN) ./files/shorewall.init $(1)/etc/init.d/shorewall
        $(INSTALL_BIN) ./files/hostname $(1)/bin
-       $(CP) $(PKG_INSTALL_DIR)/sbin/shorewall $(1)/sbin
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/sbin/shorewall $(1)/sbin
        $(CP) $(PKG_INSTALL_DIR)/usr/share/shorewall $(1)/usr/share
        $(CP) $(PKG_INSTALL_DIR)/etc/shorewall $(1)/etc
 endef
index 9426f9940519243be33df4baa76913631ed7cd41..de78300fa28111411c460de0382501fc6f9b0274 100644 (file)
@@ -44,7 +44,7 @@ endef
 
 define Package/siproxd/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/siproxd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/siproxd $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc
        $(INSTALL_DATA) $(PKG_BUILD_DIR)/doc/siproxd.conf.example $(1)/etc/siproxd.conf
        $(INSTALL_CONF) $(PKG_BUILD_DIR)/doc/siproxd_passwd.cfg $(1)/etc/
index f35351c280da785125ac4df29f734fcc9224148d..2339c57bbf41d25a0c38a52f7e57ca8b55613225 100644 (file)
@@ -44,7 +44,7 @@ endef
 
 define Package/sipsak/install  
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/sipsak $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/sipsak $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,sipsak))
index abeb1062d662dd7438a578ec2817cf8428575188..6ba417aaf826dca14bd239175be3b0342a121203 100644 (file)
@@ -61,7 +61,7 @@ endef
 
 define Package/slurm/install   
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/slurm $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/slurm $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,slurm))
index f805a7e8e94107e231339ab9af9c59fe23408902..227464831de5a5cfeace086fd826bee767457046 100644 (file)
@@ -57,7 +57,7 @@ endef
 
 define Package/socat/install   
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/socat $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/socat $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,socat))
index 9bf79b8cf0fdd8f505d2ce606e9661eab4985041..b0b4d252130439cbef0b9e3fbec88a1bfd420dca 100644 (file)
@@ -162,7 +162,7 @@ define Package/squid/install
        $(INSTALL_DIR) $(1)/usr/share/squid
        $(CP) $(PKG_INSTALL_DIR)/usr/share/squid/* $(1)/usr/share/squid/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/squid $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/squid $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/usr/lib/squid
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/squid/{unlinkd,pinger} $(1)/usr/lib/squid/
 endef
index 36c7391008b59e2b04986c2a351eadf6c7a018b9..49fed854db5868b6b70d760c4d3f1893eace618e 100644 (file)
@@ -46,7 +46,7 @@ endef
 define Package/stunnel/install 
        $(INSTALL_DIR) $(1)/usr/sbin $(1)/usr/lib $(1)/usr/stunnel
        $(INSTALL_DIR) $(1)/etc/stunnel $(1)/etc/init.d
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/stunnel $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/stunnel $(1)/usr/sbin/
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libstunnel.so $(1)/usr/sbin/
        $(CP) ./files/stunnel.conf $(1)/etc/stunnel/stunnel.conf
        $(CP) ./files/stunnel.init $(1)/etc/init.d/S90stunnel
index f7945a839bd3afe1c5fa4bfa9eb5891dd876b66f..9064babb8d62b69b6e44748f26825fcc65bc3bce 100644 (file)
@@ -83,12 +83,12 @@ endef
 
 define Package/subversion-client/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/{svn,svnversion,svnsync} $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{svn,svnversion,svnsync} $(1)/usr/bin/
 endef
 
 define Package/subversion-server/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/svn{look,admin,dumpfilter,serve} $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/svn{look,admin,dumpfilter,serve} $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/etc/config
        $(INSTALL_DATA) ./files/subversion.config $(1)/etc/config/subversion
        $(INSTALL_DIR) $(1)/etc/init.d
index befe7401aadaa45ae266c9c57e031629121056dd..eed01786039aaefd7d652ec00d8d212d05f7979e 100644 (file)
@@ -52,7 +52,7 @@ endef
 
 define Package/tcpdump/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/tcpdump $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/tcpdump $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,tcpdump))
index a4e14a9a23755294ba67edd6391bc54a5477446e..2fa8d592c2ecddcc36806c6b07af9f27db40dc71 100644 (file)
@@ -48,7 +48,7 @@ endef
 
 define Package/tinc/install    
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/tincd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/tincd $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,tinc))
index a1e9dbac3e23ad5034ccc98291eff419b5e22ed7..5556af821e88cc72b4d0e7acbc187e02cbc50c55 100644 (file)
@@ -47,7 +47,7 @@ endef
 
 define Package/tinyproxy/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/tinyproxy $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/tinyproxy $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/usr/share/tinyproxy
        $(CP) $(PKG_INSTALL_DIR)/usr/share/tinyproxy/*.html $(1)/usr/share/tinyproxy/
        $(INSTALL_DIR) $(1)/etc/tinyproxy
index aa7a540add4fd1dc9533c298765698cc0c4e1a4e..f4b822f666632597e49801b53309ff961b29a0fd 100644 (file)
@@ -51,7 +51,7 @@ endef
 
 define Package/tmsnc/install   
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/tmsnc $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/tmsnc $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,tmsnc))
index ab81f752b9d59cc991092b7a24c2b51689cf81b0..62d95a2b854182eedd54f51b43b44ed3d2508574 100644 (file)
@@ -48,7 +48,7 @@ endef
 
 define Package/tsocks/install
        $(INSTALL_DIR) $(1)/usr/bin $(1)/usr/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/tsocks $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/tsocks $(1)/usr/bin/
        $(CP) $(PKG_INSTALL_DIR)/lib/libtsocks.so{,*} $(1)/usr/lib/
 endef
 
index aed17d97f2a2e95b635db89b847f4a0cbf22fb0f..1d65f6b0fe53ada549fe17ab99138397dd9038fd 100644 (file)
@@ -120,7 +120,7 @@ define Package/ulogd/install
        $(INSTALL_DIR) $(1)/etc
        $(CP) $(PKG_INSTALL_DIR)/etc/ulogd.conf $(1)/etc/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ulogd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ulogd $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/usr/lib/ulogd
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/ulogd/ulogd_BASE.so $(1)/usr/lib/ulogd/
        $(INSTALL_DIR) $(1)/etc/default
index 16e8a88ec448a61eb98d299f3e3da7ea6584bc9e..5e4c94daf48db4ad9700ac4075c4efe0f9fafcf7 100644 (file)
@@ -46,7 +46,7 @@ endef
 
 define Package/vgp/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/vgpd $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/vgpd $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,vgp))
index adbccea981fd9783483dd1823ea2807e814b68fb..8b9f43857f5aa7f67a2f3982ab9a854f157ad0c9 100644 (file)
@@ -47,7 +47,7 @@ endef
 
 define Package/wccpd/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/wccpd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/wccpd $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,wccpd))
index c5b0158ed0c08af6c07f3f60b0824bb58a759c96..f5c957973b26696231f5396e974437d39b2bee86 100644 (file)
@@ -106,7 +106,7 @@ endef
 
 define Package/weechat/install 
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/weechat-curses $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/weechat-curses $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/lib/weechat/plugins
 endef
 
index c3bd76decd73e5b1a483d2d1b75cd0af0ed6bce2..a74890214feb6c4b4001b5861a61662d6cd78f6c 100644 (file)
@@ -48,8 +48,8 @@ MAKE_FLAGS += \
 define Package/wifidog/install
        $(INSTALL_DIR) $(1)/usr/bin
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/scripts/init.d/wifidog $(1)/usr/bin/wifidog-init
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/wifidog $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/wdctl $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/wifidog $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/wdctl $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libhttpd.so* $(1)/usr/lib/
        $(INSTALL_DIR) $(1)/etc
index 754f793c7dba3df48e1c24612f79634448757442..bf242513f4a7da3a3a3210e506952673402fa485 100644 (file)
@@ -47,7 +47,7 @@ endef
 
 define Package/xinetd/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/xinetd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/xinetd $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc
        $(INSTALL_DATA) ./files/xinetd.conf $(1)/etc/xinetd.conf
        $(INSTALL_DIR) $(1)/etc/xinetd.d
index e8f005eac78efe628ac76f8fd6082e30ed04046a..f5e11efc33e54fcd9c86a8ca96bf502202a56622 100644 (file)
@@ -65,9 +65,9 @@ define Package/xsupplicant/install
        $(INSTALL_DIR) $(1)/etc
        $(INSTALL_DATA) $(PKG_BUILD_DIR)/etc/xsupplicant.conf $(1)/etc/
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/xsup_* $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xsup_* $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/xsupplicant $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/xsupplicant $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,xsupplicant))
index afb2c1c2d3a56981a1d855bd541139b7e639586a..93a7d1298a8773352867a1b0de2804fa502a8139 100644 (file)
@@ -64,7 +64,7 @@ endef
 
 define Package/flite/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/flite $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/flite $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libflite*.so.* $(1)/usr/lib/
 endef
index 0bbc450cb1af6e952464a1b4b68ef806f773ae88..f26919daf34edb2ec131d09c52c8ad3deb2332d1 100644 (file)
@@ -55,7 +55,7 @@ endef
 
 define Package/lame/install    
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/lame $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lame $(1)/usr/bin/
 endef
 
 define Package/lame-lib/install        
index e19f2219c09b49aba87f2caf92f93041479878c7..2a4b7a8672ce3320d791263309ea0ebbef3b9b77 100644 (file)
@@ -61,7 +61,7 @@ endef
 
 define Package/madplay/install 
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/madplay $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/madplay $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,madplay))
index c607007e969f4096a356e7ead0b73cc2d256a0c1..4ae9fbfdc8323337c4fb878bfd12c959720bd19b 100644 (file)
@@ -73,7 +73,7 @@ define Package/mpd/install
        $(INSTALL_DIR) $(1)/etc
        $(CP) $(PKG_BUILD_DIR)/doc/mpdconf.example $(1)/etc/mpd.conf
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/mpd $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/mpd $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,mpd))
index 3f7eeeff0fa3ca6d284880573fab010898d241ca..97e499ddb9a64e928042b6853c047aaee187b6ab 100644 (file)
@@ -64,7 +64,7 @@ define Package/mt-daapd/install
        $(INSTALL_DIR) $(1)/usr/share
        $(CP) $(PKG_INSTALL_DIR)/usr/share/mt-daapd $(1)/usr/share/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/mt-daapd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/mt-daapd $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/mt-daapd.init $(1)/etc/init.d/mt-daapd
 endef
index 79fc063b6a9b63b944c2d4a44088825278ea4fa4..fd55952d86801efb0ffd0ec48d594f0a0566d8a7 100644 (file)
@@ -54,8 +54,8 @@ endef
 
 define Package/streamripper/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/streamripper $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/agrep $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/streamripper $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/agrep $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libtre.so* $(1)/usr/lib/
 endef
index b594aa60f949a5c104c8716d4cdeb7e7c2b542a4..c086879d7ec6e841474df00fc1b35939bf46d2f8 100644 (file)
@@ -43,9 +43,9 @@ endef
 
 define Package/alsa-utils/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/amixer $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/alsamixer $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/aplay $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/amixer $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/alsamixer $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/aplay $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,alsa-utils))
index 23f034ea7cfd1c039324cdaa9fda4b358b1da911..a9058e5132663137d10218fb67703607b00a0886 100644 (file)
@@ -54,7 +54,7 @@ endef
 
 define Package/bash/install
        $(INSTALL_DIR) $(1)/bin
-       $(CP) $(PKG_INSTALL_DIR)/bin/bash $(1)/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/bin/bash $(1)/bin/
 endef
 
 $(eval $(call BuildPackage,bash))
index 37dd36b5c178339bdc437d177f156d472ba16e80..bdda95e0fea21668f9964aa5884fef0a9c6e6110 100644 (file)
@@ -53,7 +53,7 @@ endef
 
 define Package/binutils/install
        $(INSTALL_DIR) $(1)/usr
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/ $(1)/usr
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ $(1)/usr
        $(CP) $(PKG_INSTALL_DIR)/usr/*-linux $(1)/usr
 endef
 
index a44f9308f742b3061a20bbfe6d54a19c327da8bb..eb4b94a773916e51c1efade2acba14b7ec9a2101 100644 (file)
@@ -43,7 +43,7 @@ endef
 
 define Package/bluez-hcidump/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/hcidump $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/hcidump $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,bluez-hcidump))
index 06c069f2da8be411a05ae9db966220904cfa64b1..8067073258f251daaf74e7a48162ee1420a2b1c6 100644 (file)
@@ -64,9 +64,9 @@ endef
 
 define Package/bluez-utils/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/bluetooth
        $(CP) $(PKG_INSTALL_DIR)/../hcid/hcid.conf $(1)/etc/bluetooth/
        $(CP) $(PKG_INSTALL_DIR)/../rfcomm/rfcomm.conf $(1)/etc/bluetooth/
index 4ec21c0397780aa6418e622c195c098fa452e1d4..4362c568bba6d0ec688d42bc17c7129c49fd6d1b 100644 (file)
@@ -122,7 +122,7 @@ define Package/dbus/install
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libdbus-1.so.* $(1)/usr/lib/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/dbus-daemon $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dbus-daemon $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/dbus.init $(1)/etc/init.d/
 endef
@@ -130,7 +130,7 @@ endef
 
 define Package/dbus-utils/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/dbus-* $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/dbus-* $(1)/usr/bin/
 endef
 
 
index 737d3b8909d191dec81b9ecb6df8840d3c0fc39d..c674aca23c15ee8e7591daa932a72cadbae2ea2b 100644 (file)
@@ -53,10 +53,10 @@ endef
 
 define Package/dosfstools/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/dosfsck $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/fsck.{msdos,vfat} $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/mkdosfs $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/mkfs.{msdos,vfat} $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dosfsck $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/fsck.{msdos,vfat} $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/mkdosfs $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/mkfs.{msdos,vfat} $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,dosfstools))
index f2b7f65bd0636b3778c0beca3fbffc58386220dd..d6d0812f54bd1b013d64a1b5d52cd01eb17e4fc2 100644 (file)
@@ -51,7 +51,7 @@ endef
 
 define Package/fetchmail/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/fetchmail $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/fetchmail $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,fetchmail))
index 0a054550f64782e7eea7171740c04af67078dc26..0bca863e41446303ed9c9c2016396bd9e430a888 100644 (file)
@@ -59,9 +59,9 @@ define Package/gnokii/install
        $(INSTALL_DIR) $(1)/usr/bin
        $(INSTALL_DIR) $(1)/usr/sbin
        $(INSTALL_DIR) $(1)/usr/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/gnokii $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/gnokiid $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/mgnokiidev $(1)/usr/sbin
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/gnokii $(1)/usr/bin
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/gnokiid $(1)/usr/sbin
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/mgnokiidev $(1)/usr/sbin
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgnokii.so.3.5.0 $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgnokii.so.3 $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgnokii.so $(1)/usr/lib
index 54ba0c6c2f7b954103d6ce5bc52bf1b50327dffb..9c8675f13a19034a3a84f2c9036e36567dfaca8e 100644 (file)
@@ -45,8 +45,8 @@ endef
 
 define Package/lrzsz/install   
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/lrz $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/lsz $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lrz $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lsz $(1)/usr/bin/
        (cd $(1)/usr/bin; \
                ln -fs lrz lrx; \
                ln -fs lrz lrb; \
index 29b5ff692cca1418743ef18a3165f32da1117dec..92edc1bee6535fecca7a826f3f5fe5745a5119f1 100644 (file)
@@ -41,7 +41,7 @@ endef
 
 define Package/macchanger/install      
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/macchanger $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/macchanger $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/share
        $(CP) $(PKG_INSTALL_DIR)/usr/share/macchanger $(1)/usr/share/
 endef
index 5dfa194a860a2540066dced0451c8af15071619e..f71325011e10ee7f8e5573c5a16238621e5e3c2a 100644 (file)
@@ -54,7 +54,7 @@ endef
 
 define Package/nano/install    
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/nano $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/nano $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,nano))
index 76fd7e9f94b827f1668868fd9d50126460fe79c4..e03d8d50d51e64732d8750a778f53a7d79d279b9 100644 (file)
@@ -61,7 +61,7 @@ endef
 
 define Package/ntfs-3g/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/ntfs-3g $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ntfs-3g $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libntfs-3g.so.* $(1)/usr/lib/
 endef
index 5ed813d41b8fcb7688345809834c369b7c351944..c5972dbc900c93a53decb58d6f788bd9c2a91836 100644 (file)
@@ -44,11 +44,11 @@ endef
 
 define Package/reiserfsprogs/install
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/debugreiserfs $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/mkreiserfs $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/reiserfsck $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/reiserfstune $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/resize_reiserfs $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/debugreiserfs $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/mkreiserfs $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/reiserfsck $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/reiserfstune $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/resize_reiserfs $(1)/usr/sbin/
        ln -sf mkreiserfs $(1)/usr/sbin/mkfs.reiserfs
        ln -sf reiserfsck $(1)/usr/sbin/fsck.reiserfs
 endef
index 69f092a87a3f3eab9e9e1305fcb4cfc8247bfe4e..bf01704f442568a98c5c6479f78b9a9e2995edcf 100644 (file)
@@ -89,7 +89,7 @@ endef
 
 define Package/rrdcollect/install      
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/rrdcollect $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/rrdcollect $(1)/usr/sbin/
 endef
 
 define Package/rrdcollect-example/install      
index 25035d9d06bfbd4ea0c8736b77eea44759031791..46660fefe074b49cb1f72a32b67367f366f8bfda 100644 (file)
@@ -125,7 +125,7 @@ endef
 
 define Package/rrdcgi/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/rrdcgi $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/rrdcgi $(1)/usr/bin/
 endef
 
 define PyPackage/rrdpy/install
@@ -135,8 +135,8 @@ endef
 
 define Package/rrdtool/install
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/rrdtool $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/rrdupdate $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/rrdtool $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/rrdupdate $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,librrd))
index 39d105dc2df8be43421df02ba0a3739248e9146e..14727441726a9fe3519eae298185ef492e5434aa 100644 (file)
@@ -72,7 +72,7 @@ define Package/sane-backends/install
        $(INSTALL_DIR) $(1)/etc/sane.d
        $(CP) $(PKG_INSTALL_DIR)/etc/sane.d/*.conf $(1)/etc/sane.d/
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/saned $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/saned $(1)/usr/sbin/
 endef
 
 define Package/sane-libs/install
index 4e7244aa8f59bd4ed016a899ba9057db7d81b3d7..ed338dcc054989d619f01c404389feeafbb901df 100644 (file)
@@ -53,7 +53,7 @@ endef
 
 define Package/unzip/install   
        $(INSTALL_DIR) $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,unzip))
index a614851154fe1c20bc9784767b6acc004a5d0ae6..4db3d5a19cf7616245cdff8347f89e96d2b3f293 100644 (file)
@@ -58,7 +58,7 @@ endef
 
 define Package/valgrind/install        
        $(INSTALL_DIR) $(1)/usr/bin
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
        $(INSTALL_BIN) ./files/valgrind.sh $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/lib/valgrind
        $(CP) ./files/uclibc.supp $(1)/usr/lib/valgrind/
index 6b5461abe7c70c3b30f916832142e9cbfa37029c..8b4521e0c94fbb8bb759f831e1fb01be00929529 100644 (file)
@@ -53,7 +53,7 @@ endef
 
 define Package/zip/install     
        $(INSTALL_DIR) $(1)/usr/bin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,zip))