[CalendarServer-changes] [8815] CalendarServer/trunk/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 5 15:03:57 PST 2012


Revision: 8815
          http://trac.macosforge.org/projects/calendarserver/changeset/8815
Author:   wsanchez at apple.com
Date:     2012-03-05 15:03:57 -0800 (Mon, 05 Mar 2012)
Log Message:
-----------
Check for psql, not postgres

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2012-03-05 17:43:49 UTC (rev 8814)
+++ CalendarServer/trunk/support/build.sh	2012-03-05 23:03:57 UTC (rev 8815)
@@ -625,7 +625,7 @@
       "http://memcached.googlecode.com/files/${mc}.tar.gz";
   fi;
 
-  if ! type -P postgres > /dev/null; then
+  if ! type -P psql > /dev/null; then
     local pgv="9.1.2";
     local pg="postgresql-${pgv}";
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120305/57137072/attachment-0001.html>


More information about the calendarserver-changes mailing list