summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-04-04 19:37:16 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-04-04 19:37:16 +0200
commit6572d30d98f05af7195c35eca38c5df9e3faa1de (patch)
treeb15b16ac68a15c153d9dca40c64092381245b127 /bin
parent5170f250a7be45076b420debb8d8f5cf1b8aad4c (diff)
pkg: list_update_remote: Also mention PKGLIST_PATH in the error message
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pkg3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 9d11bef..c6a805e 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -324,9 +324,10 @@ function list_update_remote {
die "remote list update failed\n" \
" -- note --\n" \
"There were recent changes in pkg involving the package root\n\n" \
- "You might have to copy the pkglist script ($PDIR/core/include/pkglist)\n" \
+ "You might want to copy the pkglist script ($PDIR/core/include/pkglist)\n" \
"into the package root, so that it's available as\n" \
"$PKG_HOST:$PKG_PATH/pkglist\n"
+ "alternatively, set PKGLIST_PATH to the correct value (see pkg.conf(5))\n"
}
rm $tmpfile
}