summaryrefslogtreecommitdiffstats
path: root/abs/core/pacman/makepkg-asroot.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/pacman/makepkg-asroot.patch')
-rw-r--r--abs/core/pacman/makepkg-asroot.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/abs/core/pacman/makepkg-asroot.patch b/abs/core/pacman/makepkg-asroot.patch
index f45f0ee..8da3fb0 100644
--- a/abs/core/pacman/makepkg-asroot.patch
+++ b/abs/core/pacman/makepkg-asroot.patch
@@ -1,22 +1,22 @@
---- makepkg.orig 2015-02-16 13:15:31.079071494 +0000
-+++ makepkg 2015-02-16 13:18:14.735730577 +0000
-@@ -3372,7 +3372,7 @@
+--- makepkg.orig 2016-04-22 15:35:51.860386914 +0000
++++ makepkg 2016-04-22 15:39:19.543784899 +0000
+@@ -1917,7 +1917,7 @@
'help' 'holdver' 'ignorearch' 'install' 'key:' 'log' 'noarchive' 'nobuild'
- 'nocolor' 'nocheck' 'nodeps' 'noextract' 'noprepare' 'nosign' 'pkg:' 'repackage'
- 'rmdeps' 'sign' 'skipchecksums' 'skipinteg' 'skippgpcheck' 'source' 'syncdeps'
-- 'verifysource' 'version')
-+ 'verifysource' 'version' 'asroot')
+ 'nocolor' 'nocheck' 'nodeps' 'noextract' 'noprepare' 'nosign' 'packagelist'
+ 'printsrcinfo' 'repackage' 'rmdeps' 'sign' 'skipchecksums' 'skipinteg'
+- 'skippgpcheck' 'source' 'syncdeps' 'verifysource' 'version')
++ 'skippgpcheck' 'source' 'syncdeps' 'verifysource' 'version' 'asroot')
# Pacman Options
OPT_LONG+=('asdeps' 'noconfirm' 'needed' 'noprogressbar')
-@@ -3581,9 +3581,7 @@
+@@ -2114,9 +2114,7 @@
if (( ! INFAKEROOT )); then
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 1 # $E_USER_ABORT
-+ :
++ :
fi
else
if [[ -z $FAKEROOTKEY ]]; then