diff --git a/makepkg.patch b/makepkg.patch deleted file mode 100644 index 5663f31..0000000 --- a/makepkg.patch +++ /dev/null @@ -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