diff options
author | Roy Marples <roy@marples.name> | 2008-02-28 11:08:49 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-28 11:08:49 +0000 |
commit | f092045650faad778d25d000d80b3128664d2e2a (patch) | |
tree | 89188e92a4d01423ee59e33e5eaf5355fa14d103 /README | |
parent | aabf3976db5ffb41f8f8bbd47f5015b4158e095a (diff) |
Support the use of PREFIX and PKG_PREFIX.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -13,6 +13,8 @@ DESTDIR=/tmp/openrc-image MKPAM=pam MKTERMCAP=ncurses MKTERMCAP=termcap +PKG_PREFIX=/usr/pkg +PREFIX=/usr/local We don't support building a static OpenRC with PAM. You may need to use PROGLDFLAGS=-Wl,-Bstatic on glibc instead of just -static. @@ -20,6 +22,9 @@ You may need to use PROGLDFLAGS=-Wl,-Bstatic on glibc instead of just -static. You can also brand OpenRC if you so wish like so BRANDING=\"Gentoo/$(uname -s)\" +PKG_PREFIX should be set to where packages install to by default. +PREFIX should be set when OpenRC is not installed to /. + If any of the following files exist then we do not overwrite them /etc/devd.conf /etc/rc @@ -40,7 +45,6 @@ tweaking on a per distro basis. They are also non essential to the operation of the system. - Reporting Bugs ------------- If you installed OpenRC from your chosen distribution, you should report @@ -50,7 +54,6 @@ then you should reports bugs to http://bugs.gentoo.org. Otherwise, you can report them directly to me at http://bugs.marples.name - History - by Roy Marples ------------------------ I became a Gentoo/Linux developer in 2004 and wrote the modular network |