From c0192ee3405d8e737e5659ffb12e9096a6597a4c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 9 Oct 2006 19:22:35 +0000 Subject: VST=1 support working in build scripts git-svn-id: svn://localhost/ardour2/trunk@963 d708f5d6-7413-0410-9779-e7cbd77b26cf --- vst/SConscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vst') diff --git a/vst/SConscript b/vst/SConscript index 3758c8954b..d1a6323e4e 100644 --- a/vst/SConscript +++ b/vst/SConscript @@ -67,8 +67,8 @@ wine_executable = ardour_vst.SubstInFile ('ardourvst', 'ardourvst.in', SUBST_DIC # make sure the scripts are executable if ardour_vst['VST']: - ardour_vst.AddPostAction (wine_executable, ardour_vst.Action (os.chmod ('ardevst', S_IRUSR|S_IROTH|S_IRGRP|S_IWUSR|S_IXUSR|S_IXOTH|S_IXGRP))) - ardour_vst.AddPostAction (wine_executable, ardour_vst.Action (os.chmod ('ardourvst', S_IRUSR|S_IROTH|S_IRGRP|S_IWUSR|S_IXUSR|S_IXOTH|S_IXGRP))) + ardour_vst.AddPostAction (wine_executable, ardour_vst.Action (Chmod ('ardevst', 0755))) + ardour_vst.AddPostAction (wine_executable, ardour_vst.Action (Chmod (wine_executable, 0755))) Default([wine_generated_executable, wine_executable]) # the wine script - into the bin dir -- cgit v1.2.3