1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

gmenu2x, offrss, nethack small fix, update

This commit is contained in:
Xiangfu Liu
2011-02-15 16:15:51 +08:00
parent a0ee309f2a
commit 0ec093b59b
4 changed files with 16 additions and 13 deletions

View File

@@ -33,9 +33,8 @@ define Build/Compile
endef
define Package/offrss/install
# $(INSTALL_DIR) $(1)/usr/bin
# echo -e "\0043\0041/bin/sh\n(cd /usr/share/offrss; ./offrss $$*)" > $(1)/usr/bin/offrss
# chmod +x $(1)/usr/bin/offrss
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) ./files/offrss $(1)/usr/bin
$(INSTALL_DIR) $(1)/usr/share/offrss
$(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/share/offrss/

4
offrss/files/offrss Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
(cd /usr/share/offrss; ./offrss $*)