summaryrefslogtreecommitdiff
path: root/vst
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-10-09 19:22:35 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-10-09 19:22:35 +0000
commitc0192ee3405d8e737e5659ffb12e9096a6597a4c (patch)
treef11dd3f233cff7867b7aa2b41ee29f70e094594e /vst
parent4f70247986f85214824a12f18d0f7ac8994eb941 (diff)
VST=1 support working in build scripts
git-svn-id: svn://localhost/ardour2/trunk@963 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'vst')
-rw-r--r--vst/SConscript4
1 files changed, 2 insertions, 2 deletions
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