diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-04 19:23:22 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-04 19:23:22 +0200 |
commit | d4993229956a3510acd19045931fea05107a1209 (patch) | |
tree | 0252e4423367a6c62a62fd81492307e28342a5e7 /man/5 | |
parent | e23aa1e977226df5b4c61200b7704567cbb86e35 (diff) |
pkg: Do not rely on the core repo being not bare
list_update_remote: Use $PKGLIST_PATH as location for the pkglist script.
Attention: this change is not backwards-compatible
Diffstat (limited to 'man/5')
-rw-r--r-- | man/5/pkg.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/5/pkg.conf b/man/5/pkg.conf index 9394481..a73eedf 100644 --- a/man/5/pkg.conf +++ b/man/5/pkg.conf @@ -24,6 +24,11 @@ reasonable (so I hope) defaults. the package root path +=item B<PKGLIST_PATH>=I<path> ($PKG_PATH/pkglist) + +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) path for the local package tree |