Changeset 515 for trunk/Install.sh


Ignore:
Timestamp:
Oct 21, 2016, 6:54:28 PM (8 years ago)
Author:
katerina
Message:

Fix for ticket #408 (wrong mandir option in Install.sh).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install.sh

    r481 r515  
    557557    mfile=`cat $tmp`
    558558    for z in $mfile ; do
    559         cfgline="$cfgline --with-mandir=$z"
     559        cfgline="$cfgline --mandir=$z"
    560560    done
    561561fi
Note: See TracChangeset for help on using the changeset viewer.