Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9810cb19a904b0a2ef04b1b45aa9211730bf849e

commit 9810cb19a904b0a2ef04b1b45aa9211730bf849e
Author: Michel Hermier <herm...@frugalware.org>
Date:   Thu Jul 23 20:38:16 2009 +0200

include/util.sh

* Add Fmandir, that force the manual directory on GNU configure script.

diff --git a/source/include/util.sh b/source/include/util.sh
index c82648f..2f3d1d9 100644
--- a/source/include/util.sh
+++ b/source/include/util.sh
@@ -86,6 +86,7 @@ Fdestdir="$startdir/pkg"
Fprefix="/usr"
Fsysconfdir="/etc"
Flocalstatedir="/var"
+Fmandir="/usr/share/man"
Fmenudir="/usr/share/applications"
Farchs=('i686' 'x86_64' 'ppc')
Fbuildchost="`arch`-frugalware-linux"
@@ -564,6 +565,7 @@ Fconf() {
Fconfoptstryset "prefix" "$Fprefix"
Fconfoptstryset "sysconfdir" "$Fsysconfdir"
Fconfoptstryset "localstatedir" "$Flocalstatedir"
+               Fconfoptstryset "mandir" "$Fmandir"
Fconfoptstryset "build" "$Fbuildchost"
Fexec $_F_conf_configure $Fconfopts "$@" || Fdie
elif [ -f Makefile.PL ]; then
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to