summaryrefslogtreecommitdiff
path: root/runlevels
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 /runlevels
parent924ae8cadd589230b876c14d25dc8970b5842336 (diff)
downloadopenrc-a135d0d93b6ff1aebd0064b4b2afbc7e0313b1fd.tar.gz
openrc-a135d0d93b6ff1aebd0064b4b2afbc7e0313b1fd.tar.bz2
openrc-a135d0d93b6ff1aebd0064b4b2afbc7e0313b1fd.tar.xz
Fix installing into PREFIX.
Diffstat (limited to 'runlevels')
-rw-r--r--runlevels/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile
index 05e4539..4634d6c 100644
--- a/runlevels/Makefile
+++ b/runlevels/Makefile
@@ -2,7 +2,7 @@ BOOT= bootmisc fsck hostname localmount \
root swap sysctl urandom
DEFAULT= local netmount
-LEVELDIR= ${DESTDIR}/etc/runlevels
+LEVELDIR= ${DESTDIR}/${PREFIX}/etc/runlevels
BOOTDIR= ${LEVELDIR}/boot
DEFAULTDIR= ${LEVELDIR}/default