index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Timothy Redaelli <timothy.redaelli@gmail.com> | 2014-12-19 14:22:27 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-12-21 16:26:45 +1000 |
commit | 91a56a707253a04123f61530f4e1127e463481e9 (patch) | |
tree | 01534a0a37ef80c70b9d4f2c29974a4daf8a9b85 | |
parent | d107aced3751f6136e119603d9d33fdc49848aa8 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 33dff245..23e70cd3 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -3435,7 +3435,7 @@ CARCH=${_CARCH:-$CARCH} if (( ! INFAKEROOT )); then if (( EUID == 0 )); then error "$(gettext "Running %s as root is not allowed as it can cause permanent,\n\ -catastrophic damage to your system.")" +catastrophic damage to your system.")" "makepkg" exit 1 # $E_USER_ABORT fi else |