index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | contrib/pacscripts.sh.in | 4 |
diff --git a/contrib/pacscripts.sh.in b/contrib/pacscripts.sh.in index 8453f9c8..da7c55a9 100644 --- a/contrib/pacscripts.sh.in +++ b/contrib/pacscripts.sh.in @@ -71,8 +71,8 @@ spacman() { pacman "$@" else if ! type -p sudo; then - error "Cannot find the sudo binary! Is sudo installed?" - error "Otherwise, try to run the program as root" + error "Cannot find the sudo binary!" + error "${myname} requires root privileges. Either install \"sudo\" or run as root." exit 1 else sudo pacman "$@" |