From d4993229956a3510acd19045931fea05107a1209 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 4 Apr 2009 19:23:22 +0200 Subject: 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 --- man/5/pkg.conf | 5 +++++ man/7/pkg | 4 ++++ 2 files changed, 9 insertions(+) (limited to 'man') 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=I ($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=I ($HOME/packages) path for the local package tree diff --git a/man/7/pkg b/man/7/pkg index 1e6f9c9..3180cb1 100644 --- a/man/7/pkg +++ b/man/7/pkg @@ -51,6 +51,10 @@ the packages directory $PDIR, except that it neither contains .list nor .list-remote. The packages root is the central point where pkg fetches packages from and pushes packages to. +The package root should contain the pkglist script shipped in include/. +If it doesn't, PKGLIST_PATH in .pkg.conf must be set to the appropiate +location on the package root host. + =head2 CAUTION The file $PKG_ROOT/core/include/pkglist is used by pkg, so make sure the git -- cgit v1.2.3