agetty.8.adoc: Replace /usr/lib with a variable?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

in agetty.8.adoc the file path /usr/lib/ is hardcoded. At least the
Mageia distribution (possibly others, too) uses /usr/lib64 for the
x86_64 version instead. Would it be better to use {libdir} and let
replace it on demand by a ./configure option? As far as I can
evaluate, this should work with an option in Makefile.am:

AM_CPPFLAGS = \
...
        -D_PATH_LIBDIR=\"${libdir}\"

Similarly, we could think about to replace all file paths in man pages
which are configurable during the installation.

Best Regards,
Mario



[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux