From 502d2f0497c8032b2adec8a8d1ec237594fbe5a7 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Fri, 10 Sep 2010 23:39:10 +0800 Subject: [PATCH] [frotz] remove use sytem /tmp dir Signed-off-by: Xiangfu Liu --- frotz/patches/003-openwrt-will-take-care-of-install.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frotz/patches/003-openwrt-will-take-care-of-install.patch b/frotz/patches/003-openwrt-will-take-care-of-install.patch index 457e8c8..e9da4ac 100644 --- a/frotz/patches/003-openwrt-will-take-care-of-install.patch +++ b/frotz/patches/003-openwrt-will-take-care-of-install.patch @@ -8,7 +8,7 @@ Signed-off-by: Xiangfu Liu 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