diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-19 19:26:20 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-19 19:26:20 (GMT) |
commit | ee2a13b11f08efcde4ec3579763ae3236b278693 (patch) | |
tree | d723719d70a05ef8302fafa71960bda98c088407 /Source/QtDialog/postflight.sh.in | |
parent | 4a9517a688d0bff682b538a272794000de56641d (diff) | |
download | CMake-ee2a13b11f08efcde4ec3579763ae3236b278693.zip CMake-ee2a13b11f08efcde4ec3579763ae3236b278693.tar.gz CMake-ee2a13b11f08efcde4ec3579763ae3236b278693.tar.bz2 |
ENH: install working with symlink qt tool
Diffstat (limited to 'Source/QtDialog/postflight.sh.in')
-rwxr-xr-x | Source/QtDialog/postflight.sh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/QtDialog/postflight.sh.in b/Source/QtDialog/postflight.sh.in new file mode 100755 index 0000000..88dd066 --- /dev/null +++ b/Source/QtDialog/postflight.sh.in @@ -0,0 +1,4 @@ +#!/bin/bash +echo "$2/@CMAKE_INSTALL_SUBDIR@/cmake-gui.app/Contents/MacOS/cmake-gui" >>/tmp/mylog +"$2/@CMAKE_INSTALL_SUBDIR@/cmake-gui.app/Contents/MacOS/cmake-gui" --mac-install +exit 0 |