diff options
| author | Max Horn | 2007-05-30 16:56:18 +0000 | 
|---|---|---|
| committer | Max Horn | 2007-05-30 16:56:18 +0000 | 
| commit | 995d3da8a32eaabe8842d2f288b60c7ac41cd88f (patch) | |
| tree | 2df0cbfa1b88958fca077c3d9b05ff6f70f226fd /configure | |
| parent | 147a9037b4f5037d9118cb5f8a1c5eae2c59689b (diff) | |
| download | scummvm-rg350-995d3da8a32eaabe8842d2f288b60c7ac41cd88f.tar.gz scummvm-rg350-995d3da8a32eaabe8842d2f288b60c7ac41cd88f.tar.bz2 scummvm-rg350-995d3da8a32eaabe8842d2f288b60c7ac41cd88f.zip  | |
These days, man pages are usually stored in /usr/share/man, not in /usr/man
svn-id: r27017
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -1292,7 +1292,7 @@ fi  # figure out installation directories  #  test -z "$_bindir" && _bindir="$_prefix/bin" -test -z "$_mandir" && _mandir="$_prefix/man" +test -z "$_mandir" && _mandir="$_prefix/share/man"  test -z "$_datadir" && _datadir="$_prefix/share"  DEFINES="$DEFINES -DDATA_PATH=\\\"$_datadir/scummvm\\\""  | 
