mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 09:38:28 +02:00
502d2f0497
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
23 lines
521 B
Diff
23 lines
521 B
Diff
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..3515b33 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 = $(DESTDIR)/usr/local
|
|
|
|
MAN_PREFIX = $(PREFIX)
|
|
#MAN_PREFIX = /usr/local/share
|