Files
MSYS2-packages/pacman/0015-Remove-sudo.patch
Christoph Reiter 3b62953e26 pacman: Update
rebuild and sync in the bash 5.2 fix
2022-11-04 20:41:06 +01:00

27 lines
942 B
Diff

From f15f48914eef35fc21c896231b5a1d83fb716ff6 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Fri, 21 May 2021 23:02:56 +0200
Subject: [PATCH 15/N] Remove sudo
Currently we don't have sudo and most people have their MSYS2 roots
user-writable anyway, so let's completely remove the usage of sudo. Most of the
patching is currently done in 0000-pacman-msysize.patch, these are just some new
occurrences. Ideally this removal will be a completely separate patch in the
future.
---
scripts/libmakepkg/executable/meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/libmakepkg/executable/meson.build b/scripts/libmakepkg/executable/meson.build
index d5b6dcc..535da57 100644
--- a/scripts/libmakepkg/executable/meson.build
+++ b/scripts/libmakepkg/executable/meson.build
@@ -8,7 +8,6 @@ sources = [
'gzip.sh.in',
'pacman.sh.in',
'strip.sh.in',
- 'sudo.sh.in',
'vcs.sh.in',
]