summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-07 19:36:49 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-07 19:36:49 +0200
commitd1260c2f48c2ce2e2a3d39c580da75928cfb42b5 (patch)
treecd0048b10425dd119ca9c472874a942674c34289 /bin
parent7e74e44467aae853e737f23b67c24835b787f813 (diff)
pkg: Updated "No PKG_ROOT" error message
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 44a88f1..f735d77 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -75,7 +75,7 @@ while [[ $1 == --* ]] {
action=$1
shift
-[[ -n $PKG_ROOT ]] || die "No PKG_ROOT specified. Please edit ~/.pkg.conf\n"
+[[ -n $PKG_ROOT ]] || die "No PKG_ROOT specified. Please edit your pkg.conf\n"
: ${PKG_DIR:="$HOME/packages"}
: ${CL_OPTIONS:=--quiet}
: ${SILENT=0}