Skip to content

Commit 3cf385b

Browse files
committed
fix: invoke RPM staging helper through bash
1 parent 6a8dccc commit 3cf385b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/linux/rpm/turtle-term.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cargo build --release --locked -p wezterm-gui
4343
cargo build --release --locked -p wezterm-mux-server
4444

4545
%install
46-
TURTLE_TERM_STAGE_PREFIX=%{buildroot}%{_prefix} packaging/scripts/stage-linux-package.sh
46+
TURTLE_TERM_STAGE_PREFIX=%{buildroot}%{_prefix} bash packaging/scripts/stage-linux-package.sh
4747

4848
%check
4949
desktop-file-validate %{buildroot}%{_datadir}/applications/ai.sourceos.TurtleTerm.desktop

0 commit comments

Comments
 (0)