thewoolleyman (owner)

Revisions

  • e02fe4 thewool... Sun Jul 05 16:45:20 -0700 2009
  • 43ef76 thewool... Sat Jul 04 01:32:45 -0700 2009
gist: 140502 Download_button fork
public
Public Clone URL: git://gist.github.com/140502.git
Embed All Files: show embed
install_gobby.sh #
1
2
3
4
5
6
7
8
9
#!/bin/s
sudo port selfupdate
sudo port upgrade outdated
sudo port clean gobby
sudo port -d install gobby 2>&1 | tee gobby.log
# If any gobby dependency fails to build/install,
# try "sudo port clean --work <whatever package won't install>",
# then try to install gobby again.
# See http://trac.macports.org/ticket/20159 and http://trac.macports.org/ticket/20183