From 6b800fe4f78b553b6766d198ec15c25441fc3664 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 18 Nov 2021 14:31:35 +0100 Subject: [PATCH 1/2] tmux: build-script reviewed --- Tools/tmux/build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Tools/tmux/build b/Tools/tmux/build index 66749b1..5227e4b 100755 --- a/Tools/tmux/build +++ b/Tools/tmux/build @@ -1,6 +1,6 @@ #!/usr/bin/env modbuild -module use Libraries +eval $(modulecmd bash use Libraries) pbuild::add_to_group 'Tools' pbuild::set_download_url \ @@ -12,10 +12,9 @@ pbuild::install_docfiles 'CHANGES' pbuild::install_docfiles 'COPYING' pbuild::install_docfiles 'README' pbuild::install_docfiles 'README.ja' -pbuild::install_docfiles 'TODO' pbuild::post_install() { - pbuild::install_shared_libs 'bin/tmux' 'libevent' + pbuild::install_shared_libs "${PREFIX}/bin/tmux" 'libevent' } # Local Variables: From e05f51cb61fe0ca57e152eb09f7661a8778a0ad6 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 18 Nov 2021 14:32:06 +0100 Subject: [PATCH 2/2] tmux: new module for version 3.2 --- Tools/tmux/files/variants | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/tmux/files/variants b/Tools/tmux/files/variants index 1001835..1cf49ed 100644 --- a/Tools/tmux/files/variants +++ b/Tools/tmux/files/variants @@ -1 +1,2 @@ tmux/2.8 stable b:libevent/2.1.8 +tmux/3.2 stable b:libevent/2.1.12