summaryrefslogtreecommitdiff
path: root/gnuchess
diff options
context:
space:
mode:
Diffstat (limited to 'gnuchess')
-rw-r--r--gnuchess/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuchess/Makefile b/gnuchess/Makefile
index 1a221b4..86a60eb 100644
--- a/gnuchess/Makefile
+++ b/gnuchess/Makefile
@@ -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))