correct library versions for release

This commit is contained in:
Dave Murphy
2008-12-12 20:33:33 +00:00
parent 2f37f30766
commit 317bfa71a6
3 changed files with 52 additions and 45 deletions

View File

@@ -33,7 +33,7 @@ cd $LIBFAT_SRCDIR
if [ ! -f built-libfat ]
then
echo "building libfat ..."
$MAKE install INSTALLDIR=$TOOLPATH
$MAKE ogc-install INSTALLDIR=$TOOLPATH
touch built-libfat
fi