PATCH 2: Fix the hardcoded paths

Related: #1982642
This commit is contained in:
Michal Schorm 2021-07-14 16:42:05 +02:00
parent f701088ddb
commit 21365abe46

View File

@ -71,6 +71,13 @@ cmake -B %_vpath_builddir -LAH
mv %{buildroot}/usr/lib/systemd/system/garb.service %{buildroot}/usr/lib/systemd/system/garbd.service
sed -i 's/Alias=garbd.service/Alias=garb.service/g' %{buildroot}/usr/lib/systemd/system/garbd.service
# PATCH 2:
# Fix the hardcoded paths
# In the Systemd service file:
sed -i 's;/usr/bin/garb-systemd;/usr/sbin/garb-systemd;g' %{buildroot}/usr/lib/systemd/system/garbd.service
# In the wrapper script:
sed -i 's;/usr/bin/garbd;/usr/sbin/garbd;g' %{buildroot}/usr/sbin/garb-systemd
%post
/sbin/ldconfig