Remove old patch

This commit is contained in:
Jake Howard 2018-09-17 16:09:50 +01:00
parent 6a2afd8c90
commit bee6af8541
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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