summaryrefslogtreecommitdiff
path: root/man/7/caretaker-setup.pod
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-07 16:47:02 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-07 16:49:33 +0100
commita25dc638eae1a78ec60ec291c5f83c68c1cdbd0d (patch)
tree1964c2484b2162101efb8a854fa8c3e80ba346ba /man/7/caretaker-setup.pod
parent3e96241318cd5dcef69bf00a43be14bf58a72097 (diff)
Move bootstrap and pkglist to examples/
Diffstat (limited to 'man/7/caretaker-setup.pod')
-rw-r--r--man/7/caretaker-setup.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/7/caretaker-setup.pod b/man/7/caretaker-setup.pod
index 00196d1..1ce71b8 100644
--- a/man/7/caretaker-setup.pod
+++ b/man/7/caretaker-setup.pod
@@ -9,12 +9,12 @@ server which shall from now on host all your packages.
Then you need to put the caretaker git repository into F<PKG_ROOT/caretaker> - it's recommended
to do this via git clone --bare.
-Copy the pkglist script (include/pkglist) to F<PKG_ROOT/pkglist>.
+Copy the pkglist script (examples/pkglist) to F<PKG_ROOT/pkglist>.
Now you can add your own packages as git repos in PKG_ROOT.
To use caretaker with your packages on a machine, download and execute
-the bootstrap script (include/bootstrap).
+the bootstrap script (examples/bootstrap).
=head1 CREATING A PACKAGE