summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-08 14:53:48 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-08 14:53:48 +0200
commit8421fbd6f4a90749d91ef321434e12050537617d (patch)
tree3da0e4fa12d5130a3e131f0c498d16b5c757a072 /bin
parentccb037b8c262453bbea7437f116ecb4b03bff1c8 (diff)
pkg: list_update_remote: Removed the verbose error message left from the pkglist transition
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pkg8
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/pkg b/bin/pkg
index d3c9d94..51adfc9 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -355,13 +355,7 @@ function list_update_remote {
if [[ -n $(cat $tmpfile) ]] {
cp $tmpfile .list-remote
} else {
- die "remote list update failed\n" \
- "-- note --\n" \
- "There were recent changes in pkg involving the package root\n\n" \
- "You might want to copy the pkglist script ($PKG_DIR/pkg/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"
+ die "remote list update failed\n"
}
rm $tmpfile
}