diff options
| author | fukachan <fukachan> | 2008-05-25 04:04:54 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-05-25 04:04:54 +0000 |
| commit | 515b609970cc241147fccc4e6fbc4242de458ff0 (patch) | |
| tree | 7739a03e01188127f854c372ad881ba25f122875 /fml/etc | |
| parent | 36b7b296e2c5036ee282936386f15031c168e9c5 (diff) | |
| download | fml8-515b609970cc241147fccc4e6fbc4242de458ff0.tar.gz fml8-515b609970cc241147fccc4e6fbc4242de458ff0.tar.bz2 fml8-515b609970cc241147fccc4e6fbc4242de458ff0.zip | |
catch up configure change: datadir -> datarootdir
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/install.cf.in | 8 | ||||
| -rw-r--r-- | fml/etc/main.cf.in | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/fml/etc/install.cf.in b/fml/etc/install.cf.in index 4a30e465..d51343f0 100644 --- a/fml/etc/install.cf.in +++ b/fml/etc/install.cf.in @@ -3,7 +3,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: install.cf.in,v 1.21 2006/02/01 12:35:45 fukachan Exp $ +# $FML: install.cf.in,v 1.22 2006/02/04 06:48:58 fukachan Exp $ # @@ -22,6 +22,8 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ + bindir = @bindir@ mandir = @mandir@ @@ -34,7 +36,7 @@ libexec_dir = @libexecdir@/fml lib_dir = @libdir@/fml -data_dir = @datadir@/fml +data_dir = @datarootdir@/fml # ml spool @@ -128,4 +130,4 @@ libexec_programs = fml.pl faker createonpost fetchfml - + remind diff --git a/fml/etc/main.cf.in b/fml/etc/main.cf.in index 70097dd7..ae745734 100644 --- a/fml/etc/main.cf.in +++ b/fml/etc/main.cf.in @@ -1,5 +1,5 @@ # -# $FML: main.cf.in,v 1.19 2004/09/29 05:04:07 fukachan Exp $ +# $FML: main.cf.in,v 1.20 2004/11/21 06:55:47 fukachan Exp $ # # fml version @@ -21,6 +21,7 @@ fml_group = @fml_group@ # Example: /usr/local prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ # $config_dir holds the global main configuration and # several version-dependent default configurations @@ -48,7 +49,7 @@ libexec_dir = @libexecdir@/fml/$fml_version lib_dir = @libdir@/fml/$fml_version # Example: /usr/local/share/fml/$fml_version -share_dir = @datadir@/fml/$fml_version +share_dir = @datarootdir@/fml/$fml_version # site local library location # which is prepared but not used by fml itself |
