diff options
author | Roy Marples <roy@marples.name> | 2008-03-25 17:09:56 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-25 17:09:56 +0000 |
commit | a99b8d349c1c8223ace445abbba37815ef4748e5 (patch) | |
tree | 4ff67e24f278b1c81a56485eb333fa6df65162eb /runlevels/Makefile | |
parent | 74bff8a931f85ade7b20f2ff3708d5d01081b672 (diff) |
SYSCONFDIR should already be prefixed.
Diffstat (limited to 'runlevels/Makefile')
-rw-r--r-- | runlevels/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile index 9b2a7491..b5f7aa42 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}/${PREFIX}/${SYSCONFDIR}/runlevels +LEVELDIR= ${DESTDIR}/${SYSCONFDIR}/runlevels BOOTDIR= ${LEVELDIR}/boot DEFAULTDIR= ${LEVELDIR}/default |