[69623] branches/gsoc10-configfiles/tools/bash_macports
Ryan Schmidt
ryandesign at macports.org
Sun Jul 11 02:52:33 PDT 2010
On Jul 11, 2010, at 04:12, and.damore at macports.org wrote:
> Revision: 69623
> http://trac.macports.org/changeset/69623
> Author: and.damore at macports.org
> Date: 2010-07-11 02:12:20 -0700 (Sun, 11 Jul 2010)
> Log Message:
> -----------
> fixed path in bash wrapper
>
> Modified Paths:
> --------------
> branches/gsoc10-configfiles/tools/bash_macports
>
> Modified: branches/gsoc10-configfiles/tools/bash_macports
> ===================================================================
> --- branches/gsoc10-configfiles/tools/bash_macports 2010-07-11 08:22:24 UTC (rev 69622)
> +++ branches/gsoc10-configfiles/tools/bash_macports 2010-07-11 09:12:20 UTC (rev 69623)
> @@ -45,13 +45,13 @@
> echo "$PORT_SOURCES"/users
> ;;
> "local")
> - echo $PORT_SVN_SOURCES/var/macports/sources/local
> + echo /opt/local/var/macports/sources/local
Is hardcoding /opt/local correct here? Or will this script ever be used by anyone with a nonstandard prefix?
More information about the macports-dev
mailing list