From: James Bunton Date: Sun, 18 Feb 2024 12:43:00 +0000 (+1100) Subject: makechrootpkgx explicitly specify build user X-Git-Url: https://code.delx.au/monosys/commitdiff_plain/59185ada1235549e0b345413adc80f8d6648225b makechrootpkgx explicitly specify build user --- diff --git a/archpkg/makechrootpkgx b/archpkg/makechrootpkgx index 1f00cd9..bbff0c0 100755 --- a/archpkg/makechrootpkgx +++ b/archpkg/makechrootpkgx @@ -2,4 +2,4 @@ set -xeu sudo arch-nspawn /var/cache/pacman/chroot/root pacman -Syu -makechrootpkg -c -l "$(basename "$PWD")" -T -r /var/cache/pacman/chroot +makechrootpkg -c -l "$(basename "$PWD")" -T -r /var/cache/pacman/chroot -U pacman-builder