Skip to Content.
Sympa Menu

sm-sorcery - [SM-Sorcery] add --mandir and --infodir to default_build

sm-sorcery AT lists.ibiblio.org

Subject: Discussion of Sorcery related topics

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-sorcery AT lists.ibiblio.org
  • Subject: [SM-Sorcery] add --mandir and --infodir to default_build
  • Date: Sun, 18 Jan 2004 14:17:16 +0100

Hi,

the attached (trivial) patch adds --mandir=/usr/share/man and
--infodir=/usr/share/info to default_build. All programs using
autoconf/automake i tried so far honor those switches and don't install
stuff to /usr/man and /usr/info anymore (FHS says /usr/share/{man,info}
are the correct dirs).

--
Arwed v. Merkatz
Grimoire Guru for video
Grimoire Guru for xfce
Sourcemage GNU/Linux
http://www.sourcemage.org
--- libgrimoire~ 2004-01-17 23:32:49.000000000 +0100
+++ libgrimoire 2004-01-18 13:28:45.000000000 +0100
@@ -513,6 +513,8 @@
./configure --prefix=${INSTALL_ROOT}/usr \
--sysconfdir=${INSTALL_ROOT}/etc \
--localstatedir=${INSTALL_ROOT}/var \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
$OPTS &&
make &&
prepare_install &&


  • [SM-Sorcery] add --mandir and --infodir to default_build, Arwed von Merkatz, 01/18/2004

Archive powered by MHonArc 2.6.24.

Top of Page