From bee6af8541a41bb9e813fb1868a7db67be1f3f1b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 17 Sep 2018 16:09:50 +0100 Subject: [PATCH] Remove old patch --- makepkg.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 makepkg.patch 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