mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 10:13:07 +02:00
[frotz] remove use sytem /tmp dir
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
parent
a0edda2807
commit
502d2f0497
@ -8,7 +8,7 @@ Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index aae3eaa..ce8b65e 100644
|
||||
index aae3eaa..3515b33 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -15,7 +15,7 @@ OPTS = -O2
|
||||
@ -16,7 +16,7 @@ index aae3eaa..ce8b65e 100644
|
||||
|
||||
# Define where you want Frotz installed. Usually this is /usr/local
|
||||
-PREFIX = /usr/local
|
||||
+PREFIX = /tmp
|
||||
+PREFIX = $(DESTDIR)/usr/local
|
||||
|
||||
MAN_PREFIX = $(PREFIX)
|
||||
#MAN_PREFIX = /usr/local/share
|
||||
|
Loading…
Reference in New Issue
Block a user