diff --git a/entrypoint.sh b/entrypoint.sh index c4f1037..f8e945c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -125,7 +125,7 @@ fi # aur build -S --noconfirm -a queue --no-sync --margs -s export AUR_SYNC_USE_NINJA=1 -cat graph | aur sync--ninja -S -- aur build -S --noconfirm --no-sync --margs -s | ninja -k 0 -f /dev/stdin +cat graph | aur sync--ninja -S -- aur build -S --noconfirm --no-sync --margs -s | tee -a /dev/stderr | ninja -k 0 -f /dev/stdin echo "##################################" ls -la /repo