mej/nhc

SLES Does Not Use libexecdir Either

mej opened this issue · 0 comments

mej commented

Per @chrissamuel and https://en.opensuse.org/openSUSE:Specfile_guidelines#Libexecdir, SLES and OpenSuSE don't use /usr/libexec, preferring instead to use the older FHS guidance and path of /usr/lib. The fix committed by @basvandervlies in 86b80f4 (#56) restricts the use of /usr/lib to only Debian systems; instead, it should be used any time /usr/libexec is unavailable.

Ultimately, per #63, we probably want to honor user-supplied autoconf paths in a more sane way, but for now, the existence test likely makes the most sense.