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

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 6 15:53:13 PST 2012


Revision: 8824
          http://trac.macosforge.org/projects/calendarserver/changeset/8824
Author:   wsanchez at apple.com
Date:     2012-03-06 15:53:13 -0800 (Tue, 06 Mar 2012)
Log Message:
-----------
Check for postgres, not psql

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

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2012-03-06 23:25:14 UTC (rev 8823)
+++ CalendarServer/trunk/support/build.sh	2012-03-06 23:53:13 UTC (rev 8824)
@@ -625,7 +625,7 @@
       "http://memcached.googlecode.com/files/${mc}.tar.gz";
   fi;
 
-  if ! type -P psql > /dev/null; then
+  if ! type -P postgres > /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/20120306/936f44b9/attachment.html>


More information about the calendarserver-changes mailing list