From: Lars-Peter Clausen Date: Tue, 16 Dec 2008 20:37:17 +0000 (+0000) Subject: Install binaries as binaries... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=f0c0a516ac8b9836c5705d9c0047ed4e1e45d97f Install binaries as binaries... SVN-Revision: 13666 --- diff --git a/Xorg/xorg/app/xset/Makefile b/Xorg/xorg/app/xset/Makefile index 31e2ef6124..e12975a629 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 f78e573292..28a016a648 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