Update check_licenses, so that it can be run with latest releases.

This commit is contained in:
Laurent Rineau 2008-12-08 09:56:35 +00:00
parent d195a91851
commit 17000a2347
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ fi
mkdir $DIR
rm -f $PREFIX1* $PREFIX2*
if [ ! -f install_cgal ]; then
if [ ! -f INSTALL ]; then
echo This script should be run from the top-level directory of an internal or external release.
exit 1
fi