Install binaries as binaries...

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13666 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2008-12-16 20:37:17 +00:00
parent 81dca7e863
commit a721b31caa
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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