19 lines
633 B
Diff
19 lines
633 B
Diff
*** /usr/bin/makepkg 2018-05-29 09:10:22.097063834 +0100
|
|
--- /usr/bin/makepkg.orig 2018-05-29 09:08:25.916705962 +0100
|
|
***************
|
|
*** 1403,1409 ****
|
|
if (( EUID == 0 )); then
|
|
error "$(gettext "Running %s as root is not allowed as it can cause permanent,\n\
|
|
catastrophic damage to your system.")" "makepkg"
|
|
! # exit $E_ROOT
|
|
fi
|
|
else
|
|
if [[ -z $FAKEROOTKEY ]]; then
|
|
--- 1403,1409 ----
|
|
if (( EUID == 0 )); then
|
|
error "$(gettext "Running %s as root is not allowed as it can cause permanent,\n\
|
|
catastrophic damage to your system.")" "makepkg"
|
|
! exit $E_ROOT
|
|
fi
|
|
else
|
|
if [[ -z $FAKEROOTKEY ]]; then
|