1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-29 01:00:23 +03:00

[frotz] fix error when run install

This commit is contained in:
Xiangfu Liu 2010-07-14 17:23:00 +08:00
parent 35d9d9e973
commit 0b668f9e24
2 changed files with 25 additions and 3 deletions

View File

@ -11,9 +11,9 @@ include $(INCLUDE_DIR)/package.mk
define Package/frotz
TITLE:=frotz
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=@BROKEN +libncurses
SECTION:=games
CATEGORY:=Games
DEPENDS:=+libncurses
URL:=http://frotz.sourceforge.net/
endef

View 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