Issue #1897 - updated from PostgreSQL 9.2.3 to PostgreSQL 9.2.4

Former-commit-id: 64f31d1f7c2c01eee91cfb4de68fbc01a73ae113
This commit is contained in:
Bryan Kowal 2013-04-11 15:10:47 -05:00
parent 0fed14d765
commit 765569f139
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
%define _build_arch %(uname -i)
%define _postgresql_version 9.2.3
%define _postgresql_version 9.2.4
#
# AWIPS II PostgreSQL Spec File
#
@ -37,7 +37,7 @@ fi
if [ -d %{_build_root} ]; then
rm -rf %{_build_root}
fi
/bin/mkdir %{_build_root}
/bin/mkdir -p %{_build_root}
if [ $? -ne 0 ]; then
exit 1
fi