diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template index 3fd41d014d72b6..c34ee97dc06773 100644 --- a/srcpkgs/ruby-tmuxinator/template +++ b/srcpkgs/ruby-tmuxinator/template @@ -1,7 +1,7 @@ # Template file for 'ruby-tmuxinator' pkgname=ruby-tmuxinator version=3.4.1 -revision=1 +revision=2 build_style=gemspec depends="ruby-erubi>=1.13 ruby-thor>=1.4.0 tmux" short_desc="Create and manage complex tmux sessions easily" @@ -12,6 +12,10 @@ changelog="https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/CHANGE distfiles="https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v${version}.tar.gz" checksum=090589171e15f92d00b544c4f7fd23cf042468d813204e25951ebf45f6057548 +pre_configure() { + vsed -i bin/tmuxinator -e '1s|/usr/bin/env ruby|/usr/bin/ruby|' +} + post_install() { vlicense LICENSE for sh in bash fish zsh; do