Fix second instance of uname -i in bash script.

This commit is contained in:
Richard Shaw 2022-09-05 12:00:17 -05:00
parent 2c3f3989da
commit 8d8372cde4
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/usr/bin/bash
exec fltk-config-$(uname -i) "$@" exec fltk-config-$(uname -m) "$@"

View File

@ -6,7 +6,7 @@
Name: fltk Name: fltk
Version: 1.3.8 Version: 1.3.8
Release: 4%{?dist} Release: 5%{?dist}
Summary: C++ user interface toolkit Summary: C++ user interface toolkit
# see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details # see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
@ -259,6 +259,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/fluid.desktop
%changelog %changelog
* Mon Sep 05 2022 Richard Shaw <hobbes1069@gmail.com> - 1.3.8-5
- Fix second instance of uname -i in bash script.
* Sat Aug 27 2022 Richard Shaw <hobbes1069@gmail.com> - 1.3.8-4 * Sat Aug 27 2022 Richard Shaw <hobbes1069@gmail.com> - 1.3.8-4
- Spec file modernization and fixes: - Spec file modernization and fixes:
Update to SPDX license tag Update to SPDX license tag