Created
September 9, 2011 19:30
-
-
Save wbotelhos/1207121 to your computer and use it in GitHub Desktop.
Recognize Mac OS X Lion x86_64 for DB2 installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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