[90791] trunk/dports/security/shibboleth/Portfile

snc at macports.org snc at macports.org
Wed Mar 14 11:58:43 PDT 2012


Revision: 90791
          https://trac.macports.org/changeset/90791
Author:   snc at macports.org
Date:     2012-03-14 11:58:43 -0700 (Wed, 14 Mar 2012)
Log Message:
-----------
shibboleth: use system -W

Modified Paths:
--------------
    trunk/dports/security/shibboleth/Portfile

Modified: trunk/dports/security/shibboleth/Portfile
===================================================================
--- trunk/dports/security/shibboleth/Portfile	2012-03-14 18:57:52 UTC (rev 90790)
+++ trunk/dports/security/shibboleth/Portfile	2012-03-14 18:58:43 UTC (rev 90791)
@@ -80,7 +80,7 @@
             file copy ${confDir}/${f} ${confDir}/${destname}
         }
     }
-    system "cd ${prefix}/etc/${name} && ./keygen.sh -b"
+    system -W ${prefix}/etc/${name} "./keygen.sh -b"
 }
 
 startupitem.create      yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120314/33b9aff8/attachment.html>


More information about the macports-changes mailing list