diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-29 16:00:18 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-29 16:00:18 +0200 |
commit | d0c58250344711a696bd9defc75f1e928573660e (patch) | |
tree | aa09522be4c69901e0b0dbe8b7f974a0d5615f11 /man/5 | |
parent | 0eb91cc34bc2f9f13b22d796083d5794c604efd3 (diff) |
Renamed $PDIR to $PKG_DIR for more consistency
Diffstat (limited to 'man/5')
-rw-r--r-- | man/5/pkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/5/pkg.conf b/man/5/pkg.conf index a9b7b3a..88b3536 100644 --- a/man/5/pkg.conf +++ b/man/5/pkg.conf @@ -30,7 +30,7 @@ I<url> may either be of the form C<ssh://host/path> or C</path>. path to pkglist on the package root, to generate the package list. In the default, $PKG_PATH means the path component of $PKG_ROOT. -=item B<PDIR>=I<path> ($HOME/packages) +=item B<PKG_DIR>=I<path> ($HOME/packages) path for the local package tree |