Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
nut
nut-systemd-dirs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nut-systemd-dirs.patch of Package nut
Index: nut-2.7.3/configure.ac =================================================================== --- nut-2.7.3.orig/configure.ac +++ nut-2.7.3/configure.ac @@ -1065,7 +1065,12 @@ dnl Override installation directory, wit dnl prefix. This is needed for 'distcheck*' targets, otherwise dnl files will try to get intalled to the actual system directories if test -n "${systemdsystemunitdir}"; then - systemdsystemshutdowndir="${libdir}/systemd/system-shutdown" + systemdutildir=`$PKG_CONFIG --variable=systemdutildir systemd` + if test -n "${systemdutildir}"; then + systemdsystemshutdowndir="${systemdutildir}/system-shutdown" + else + systemdsystemshutdowndir="${systemdsystemunitdir}/system-shutdown" + fi AC_MSG_RESULT(using ${systemdsystemunitdir}) else AC_MSG_RESULT(no)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor