diff options
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 } |