From 57b658a157d5131b6d73e3b3c702fa968b2c4a3f Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Mon, 17 Jan 2011 13:44:40 +0800 Subject: [PATCH] robots: remove BROKEN, install to /usr/bin/ --- robots/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/robots/Makefile b/robots/Makefile index dda4ee9..a4e85f9 100644 --- a/robots/Makefile +++ b/robots/Makefile @@ -22,18 +22,19 @@ define Package/robots CATEGORY:=Utilities TITLE:=An robots application URL:=http://pyneo.org/t/robots - DEPENDS:=@BROKEN +libncurses + DEPENDS:=+libncurses endef define Package/robots/description -A robots application + A robots application endef define Package/robots/install - $(INSTALL_DIR) $(1)/usr/games + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_DIR) $(1)/usr/games/lib $(INSTALL_BIN) \ $(PKG_INSTALL_DIR)/usr/games/robots \ - $(1)/usr/games/ + $(1)/usr/bin/ endef $(eval $(call BuildPackage,robots))