mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-16 18:54:04 +02:00
[frotz] fix error when run install
This commit is contained in:
parent
35d9d9e973
commit
0b668f9e24
@ -11,9 +11,9 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
|
|
||||||
define Package/frotz
|
define Package/frotz
|
||||||
TITLE:=frotz
|
TITLE:=frotz
|
||||||
SECTION:=utils
|
SECTION:=games
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Games
|
||||||
DEPENDS:=@BROKEN +libncurses
|
DEPENDS:=+libncurses
|
||||||
URL:=http://frotz.sourceforge.net/
|
URL:=http://frotz.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
22
frotz/patches/003-openwrt-will-take-care-of-install.patch
Normal file
22
frotz/patches/003-openwrt-will-take-care-of-install.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
openwrt will take care of install.
|
||||||
|
|
||||||
|
From: Xiangfu Liu <xiangfu@sharism.cc>
|
||||||
|
|
||||||
|
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
|
||||||
|
---
|
||||||
|
Makefile | 2 +-
|
||||||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/Makefile b/Makefile
|
||||||
|
index aae3eaa..ce8b65e 100644
|
||||||
|
--- a/Makefile
|
||||||
|
+++ b/Makefile
|
||||||
|
@@ -15,7 +15,7 @@ OPTS = -O2
|
||||||
|
#-malign-jumps=2
|
||||||
|
|
||||||
|
# Define where you want Frotz installed. Usually this is /usr/local
|
||||||
|
-PREFIX = /usr/local
|
||||||
|
+PREFIX = /tmp
|
||||||
|
|
||||||
|
MAN_PREFIX = $(PREFIX)
|
||||||
|
#MAN_PREFIX = /usr/local/share
|
Loading…
Reference in New Issue
Block a user