From: Lars-Peter Clausen Date: Tue, 16 Dec 2008 20:37:17 +0000 (+0000) Subject: Install binaries as binaries... X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=1baa2d1ae4a91e4a9473d58534835ca5a7d41b67;p=openwrt%2Fsvn-archive%2Fpackages.git Install binaries as binaries... SVN-Revision: 13666 --- 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