You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some distributions have /usr/lib64 and accordingly pass -DCMAKE_INSTALL_LIBDIR:PATH=lib64 to cmake, but still, systemd is (always) fixed at /usr/lib/systemd.
The adequate way is to query pkgconfig: pkg-config systemd --variable=pkg-config systemd --variable=systemdsystemunitdir. That would also make the Debian check redundant.
The text was updated successfully, but these errors were encountered:
Some distributions have
/usr/lib64
and accordingly pass-DCMAKE_INSTALL_LIBDIR:PATH=lib64
to cmake, but still, systemd is (always) fixed at/usr/lib/systemd
.The adequate way is to query pkgconfig:
pkg-config systemd --variable=pkg-config systemd --variable=systemdsystemunitdir
. That would also make the Debian check redundant.The text was updated successfully, but these errors were encountered: