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

26 lines
920 B
Diff

From bd4961e6882df9c4f087cb99de0284eb22a4ae55 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Fri, 21 May 2021 23:02:23 +0200
Subject: [PATCH 14/N] Remove fakeroot
Currently we don't have fakeroot, so let's allow building without it. 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 8536a54..d5b6dcc 100644
--- a/scripts/libmakepkg/executable/meson.build
+++ b/scripts/libmakepkg/executable/meson.build
@@ -4,7 +4,6 @@ sources = [
'ccache.sh.in',
'checksum.sh.in',
'distcc.sh.in',
- 'fakeroot.sh.in',
'gpg.sh.in',
'gzip.sh.in',
'pacman.sh.in',