1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 02:44:33 +03:00

gnuchess: change the install dir to /usr/bin

This commit is contained in:
Xiangfu Liu 2010-12-21 16:02:30 +08:00
parent ae795f0361
commit 1e030c2a22

View File

@ -33,8 +33,8 @@ define Build/Configure
endef
define Package/gnuchess/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/gnuchess $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/gnuchess $(1)/usr/bin/
endef
$(eval $(call BuildPackage,gnuchess))