From d5f4d873c0b1f30f68509472fc60f5a1bd35e0a8 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 23 Sep 2015 15:30:40 +0200 Subject: xdistdir: more helpful error message. --- xdistdir | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xdistdir') diff --git a/xdistdir b/xdistdir index 01e4c02..aac8e49 100755 --- a/xdistdir +++ b/xdistdir @@ -17,6 +17,7 @@ elif [ -d ~/src/void-packages ]; then elif [ -d ~/src/xbps-packages ]; then echo ~/src/xbps-packages else - echo "xdistdir: no idea, giving up" 1>&2 + echo "xdistdir: can't find your void-packages tree, giving up" 1>&2 + echo "xdistdir: please export XBPS_DISTDIR=/path/to/void-packages" 1>&2 exit 111 fi -- cgit 1.4.1