diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-07 12:38:19 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-07 12:38:19 +0200 |
commit | 4d239e4ab2b38818227c0887af689cbd7678cfc7 (patch) | |
tree | 79e509627aba930bb0d06a9a97bb90c60158cf98 /man/7/pkg-setup | |
parent | f45c2694b9184b5c86abca1938c4005c89cf5b45 (diff) |
Finished core → pkg transition (updated manuals and info/error messages)
Diffstat (limited to 'man/7/pkg-setup')
-rw-r--r-- | man/7/pkg-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/7/pkg-setup b/man/7/pkg-setup index 2efd7d3..a6438a1 100644 --- a/man/7/pkg-setup +++ b/man/7/pkg-setup @@ -8,7 +8,7 @@ pkg - Package root setup First, you'll need to create a root directory (from now on PKG_ROOT) on the server which shall from now on host all your packages. -Then you need to put the pkg git repository into F<PKG_ROOT/core> - it's recommended +Then you need to put the pkg git repository into F<PKG_ROOT/pkg> - it's recommended to do this via git clone --bare. Copy the pkglist script (include/pkglist) to F<PKG_ROOT/pkglist>. |