From: <jh...@us...> - 2009-11-14 17:25:41
|
Revision: 158 http://etch.svn.sourceforge.net/etch/?rev=158&view=rev Author: jheiss Date: 2009-11-14 17:25:34 +0000 (Sat, 14 Nov 2009) Log Message: ----------- Need to cd to client directory before running rake install Modified Paths: -------------- trunk/client/Portfile Modified: trunk/client/Portfile =================================================================== --- trunk/client/Portfile 2009-11-14 17:25:15 UTC (rev 157) +++ trunk/client/Portfile 2009-11-14 17:25:34 UTC (rev 158) @@ -44,7 +44,7 @@ use_configure no build {} test.run no -destroot.cmd rake +destroot.cmd cd client && rake destroot.target install\[${destroot}\] destroot.destdir "" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |