From 28fb110dd35a357c984b9b060df39911c8570000 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 28 Dec 2014 10:20:25 +0100 Subject: fix [rare] concurrent build issue: [709/779] subst: headless/hardev_common.sh.in -> build/headless/hardev_common_waf.sh [710/779] hardev_common_waf.sh: -> build/headless/hardev_common_waf.sh chmod: cannot access `headless/hardev_common_waf.sh': No such file or directory --- libs/fst/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/fst/wscript b/libs/fst/wscript index 5eb1d512df..8e9b4ab2dc 100644 --- a/libs/fst/wscript +++ b/libs/fst/wscript @@ -47,7 +47,7 @@ def build(bld): if bld.is_defined('WINDOWS_VST_SUPPORT') and bld.env['build_target'] != 'mingw': # wine exec wrapper script - obj = bld(features = 'subst', rule= 'chmod 0755 ${TGT}') + obj = bld(features = 'subst') obj.source = 'scanner.wine' obj.target = 'ardour-vst-scanner' obj.chmod = Utils.O755 -- cgit v1.2.3