Deployment Script again
Ruslan Zasukhin
ruslan_zasukhin at valentina-db.com
Mon Mar 1 05:24:35 CST 2010
On 2/28/10 1:22 PM, "Ernesto Giannotta" <ernestogiannotta at tiscalinet.it>
wrote:
> Hi all,
>
> maybe this line:
> # change id of VSDK.framework
> install_name_tool -id
> "@executable_path/../vcomponents/VSDK.framework/Versions/A/VSDK"
> "$app_vcomp"/VSDK.framework/Versions/A/VSDK
>
> should be rewritten as:
> # change id of VSDK.framework
> if [ -d "$app_vcomp"/VSDK.framework ] ; then
> install_name_tool -id
> "@executable_path/../vcomponents/VSDK.framework/Versions/A/VSDK"
> "$app_vcomp"/VSDK.framework/Versions/A/VSDK
> fi
Indeed, I have miss that place.
Fixing...
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
More information about the Valentina
mailing list