From c77287b56ddf490a98925f181ea1c5d4c031576d Mon Sep 17 00:00:00 2001 From: Jorge Morante Date: Tue, 5 May 2026 14:49:45 +0100 Subject: [PATCH] fix tmux installations cache --- spec/install-tmux-versions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/install-tmux-versions.sh b/spec/install-tmux-versions.sh index a12588f..35bcd3b 100755 --- a/spec/install-tmux-versions.sh +++ b/spec/install-tmux-versions.sh @@ -22,6 +22,7 @@ pushd /tmp pushd "/opt/tmux-${version}" ./configure make + chmod -R a+r /opt/tmux-${version} popd done popd