Skip to content

Commit 9848e2a

Browse files
fix #600
1 parent f0bb9d4 commit 9848e2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packaging/rpm/umu-launcher.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ make
100100
%install
101101
make DESTDIR=%{buildroot} PYTHONDIR=%{python3_sitelib} install
102102

103+
# Fix Python shebangs in installed scripts (ensures /usr/bin/python3 is used)
104+
%py3_shebang_fix %{buildroot}%{_bindir}/umu-run
105+
103106
%files
104107
%{_bindir}/umu-run
105108
%{_datadir}/man/*

0 commit comments

Comments
 (0)