From: lars Date: Tue, 16 Dec 2008 20:37:17 +0000 (+0000) Subject: Install binaries as binaries... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a721b31caa8be4faac0b4f24584651334052317e;p=packages.git Install binaries as binaries... git-svn-id: svn://svn.openwrt.org/openwrt/packages@13666 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Xorg/xorg/app/xset/Makefile b/Xorg/xorg/app/xset/Makefile index 31e2ef612..e12975a62 100644 --- a/Xorg/xorg/app/xset/Makefile +++ b/Xorg/xorg/app/xset/Makefile @@ -33,7 +33,7 @@ endef define Package/xset/install $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_DATA) \ + $(INSTALL_BIN) \ $(PKG_INSTALL_DIR)/usr/bin/* \ $(1)/usr/bin endef diff --git a/Xorg/xorg/app/xsetroot/Makefile b/Xorg/xorg/app/xsetroot/Makefile index f78e57329..28a016a64 100644 --- a/Xorg/xorg/app/xsetroot/Makefile +++ b/Xorg/xorg/app/xsetroot/Makefile @@ -33,7 +33,7 @@ endef define Package/xsetroot/install $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_DATA) \ + $(INSTALL_BIN) \ $(PKG_INSTALL_DIR)/usr/bin/* \ $(1)/usr/bin endef