Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Created September 9, 2011 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wbotelhos/1207121 to your computer and use it in GitHub Desktop.
Save wbotelhos/1207121 to your computer and use it in GitHub Desktop.
Recognize Mac OS X Lion x86_64 for DB2 installation
// At line 118 located after the i*86) case on db2setup and db2_install file, insert:
x86_64)
INSTALLDIR="${PROGDIR?}/db2/macos/install"
PLATNAME="MacOS/x86_64" ;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment