From a721b31caa8be4faac0b4f24584651334052317e Mon Sep 17 00:00:00 2001 From: lars Date: Tue, 16 Dec 2008 20:37:17 +0000 Subject: [PATCH] Install binaries as binaries... git-svn-id: svn://svn.openwrt.org/openwrt/packages@13666 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Xorg/xorg/app/xset/Makefile | 2 +- Xorg/xorg/app/xsetroot/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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