Remove old patch
This commit is contained in:
parent
6a2afd8c90
commit
bee6af8541
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
|||
*** /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
|
Loading…
Reference in a new issue