diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2010-11-06 23:39:36 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2010-11-06 23:52:47 +0100 |
commit | 835ede6a4cbdb69985400648f87523310eaf83a6 (patch) | |
tree | 33c1fc039766ed6a5d9708d38692584b10e98da8 /doc | |
parent | Migrate documentation from DocBook to Asciidoc (diff) | |
download | layman-835ede6a4cbdb69985400648f87523310eaf83a6.tar.gz layman-835ede6a4cbdb69985400648f87523310eaf83a6.tar.bz2 layman-835ede6a4cbdb69985400648f87523310eaf83a6.zip |
man page: Replace PORTAGE_OVERLAYS by PORTDIR_OVERLAY
Diffstat (limited to 'doc')
-rw-r--r-- | doc/layman.8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/layman.8.txt b/doc/layman.8.txt index 15cea11..f31034e 100644 --- a/doc/layman.8.txt +++ b/doc/layman.8.txt @@ -179,7 +179,7 @@ make.conf:: set variables within this very central configuration file. Since I consider that dangerous I prefer having a very small external file that only contains the setting for - *PORTAGE_OVERLAYS*. This file is then sourced at the end of + *PORTDIR_OVERLAY*. This file is then sourced at the end of '/etc/make.conf'. This is the reason why *layman* suggests running `echo 'source /var/lib/layman/make.conf' >> /etc/make.conf` after it has been installed. |