Accepting request 1093082 from science:HPC
- Fix %posttrans script (`done` instead of `fi`) (bsc#1212351). (forwarded request 1093081 from eeich) OBS-URL: https://build.opensuse.org/request/show/1093082 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu-compilers-hpc?expand=0&rev=18
This commit is contained in:
commit
b9e8f96403
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 14 08:23:44 UTC 2023 - Egbert Eich <eich@suse.com>
|
||||
|
||||
- Fix %posttrans script (`done` instead of `fi`) (bsc#1212351).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 8 14:22:49 UTC 2023 - Egbert Eich <eich@suse.com>
|
||||
|
||||
|
@ -252,7 +252,7 @@ done
|
||||
for i in cc,gcc c++,g++; do
|
||||
test -e %{hpc_cf_install_path}/bin/${i##*,}%{hpc_gnu_bin_version} \
|
||||
&& ln -s %{hpc_cf_install_path}/bin/${i%%%%,*} ${i##*,}%{hpc_gnu_bin_version}
|
||||
fi
|
||||
done
|
||||
%else
|
||||
# for the base compiler version link to the 'default' binary:
|
||||
localbindir=%_bindir/
|
||||
|
Loading…
x
Reference in New Issue
Block a user