diff --git a/rpms/awips2.core/Installer.maps-database/component.spec b/rpms/awips2.core/Installer.maps-database/component.spec index c2aed9dfce..bf1cb3ca59 100644 --- a/rpms/awips2.core/Installer.maps-database/component.spec +++ b/rpms/awips2.core/Installer.maps-database/component.spec @@ -168,7 +168,7 @@ if [ "${MAPS_DB_EXISTS}" = "false" ]; then fi # Do we still need legacy? - SQL_FILE="/awips2/postgresql/share/contrib/postgis-2.2/legacy.sql" + SQL_FILE="/awips2/postgresql/share/contrib/postgis-2.0/legacy.sql" su - ${DB_OWNER} -c \ "${PSQL} -d maps -U awips -q -p 5432 -f ${SQL_FILE}" >> ${SQL_LOG} 2>&1 if [ $? -ne 0 ]; then