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:
@@ -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
4
offrss/files/offrss
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
(cd /usr/share/offrss; ./offrss $*)
|
||||
|
||||
Reference in New Issue
Block a user