mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
do not conditionally add directories to "subdirs" because then they are not included in the src tarball if various scons flags are not set
git-svn-id: svn://localhost/ardour2/trunk@960 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0d0f71ee92
commit
048526fde8
4 changed files with 34 additions and 25 deletions
|
|
@ -66,11 +66,11 @@ wine_executable = ardour_vst.SubstInFile ('ardourvst', 'ardourvst.in', SUBST_DIC
|
|||
|
||||
# make sure the scripts are executable
|
||||
|
||||
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)))
|
||||
|
||||
Default([wine_generated_executable, wine_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)))
|
||||
Default([wine_generated_executable, wine_executable])
|
||||
|
||||
# the wine script - into the bin dir
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'bin'), wine_executable))
|
||||
# the win32 executable - into the lib dir since the wine script will look for it there
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue