diff .chezmoiscripts/run_onchange_after_17-install-zsh.sh.tmpl @ 817:7810e6006a61

ci: fix builds in CI
author Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
date Tue, 05 Dec 2023 22:50:09 +0100
parents 72744c944497
children
line wrap: on
line diff
--- a/.chezmoiscripts/run_onchange_after_17-install-zsh.sh.tmpl	Tue Dec 05 21:25:47 2023 +0100
+++ b/.chezmoiscripts/run_onchange_after_17-install-zsh.sh.tmpl	Tue Dec 05 22:50:09 2023 +0100
@@ -13,7 +13,7 @@
 curl -L https://github.com/zsh-users/zsh/archive/refs/tags/zsh-{{ $version }}.tar.gz | tar xz
 pushd zsh-zsh-{{ $version }}
 ./Util/preconfig
-./configure --prefix /usr/local/
+./configure --prefix /usr/local/ --with-tcsetpgrp
 make -j
 sudo make install