summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-01 22:12:33 +0000
committerRoy Marples <roy@marples.name>2008-03-01 22:12:33 +0000
commita135d0d93b6ff1aebd0064b4b2afbc7e0313b1fd (patch)
tree6636e575cb3d0b48288662c5a713810809028049 /Makefile
parent924ae8cadd589230b876c14d25dc8970b5842336 (diff)
downloadopenrc-a135d0d93b6ff1aebd0064b4b2afbc7e0313b1fd.tar.gz
openrc-a135d0d93b6ff1aebd0064b4b2afbc7e0313b1fd.tar.bz2
openrc-a135d0d93b6ff1aebd0064b4b2afbc7e0313b1fd.tar.xz
Fix installing into PREFIX.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7fe8071..6d5e562 100644
--- a/Makefile
+++ b/Makefile
@@ -17,5 +17,5 @@ include ${MK}/subdir.mk
include ${MK}/dist.mk
_installafter:
- ${INSTALL} -d ${DESTDIR}${RC_LIB}/init.d
- ${INSTALL} -d ${DESTDIR}${RC_LIB}/tmp
+ ${INSTALL} -d ${DESTDIR}/${PREFIX}/${RC_LIB}/init.d
+ ${INSTALL} -d ${DESTDIR}/${PREFIX}/${RC_LIB}/tmp