git » texlive-texmf.git » commit 1cac40c

texlive-texmf 2024.2

author Urja (ARMLFS builder)
2024-07-30 08:44:55 UTC
committer Urja (ARMLFS builder)
2024-07-30 08:44:55 UTC
parent 6f321c3ff14a42dc6e529b713a93c1f2e9595e36

texlive-texmf 2024.2

custom-build.sh +1 -1

diff --git a/custom-build.sh b/custom-build.sh
index 8ffc755..7e5ce6b 100755
--- a/custom-build.sh
+++ b/custom-build.sh
@@ -25,7 +25,7 @@ cd $P
 su builder -c "../pkg-prep.sh $1"
 # This thing is slow as fuck, and needs way too many inodes to do ... but it does it, without blowing up the disk space lol.
 mount -o remount,nr_inodes=1m /tmp
-systemd-nspawn -M pkg-builder-$$  --volatile=overlay --bind=/sources --bind-ro=/var/lib/pacman/sync -D /build-core $(pwd)/custom-spawned.sh $(pwd) $2
+systemd-nspawn --console=autopipe -a -M pkg-builder-$$  --volatile=overlay --bind=/sources --bind-ro=/var/lib/pacman/sync -D /build-core $(pwd)/custom-spawned.sh $(pwd) $2
 ../pkg-repo.sh
 echo $1 >> ../$CARCH-built-order
 cd ..