add colon to match other labels
[ardour.git] / headless / wscript
index 3589ffcf7f32c1787d9dd56821d393b01874be88..85e27879be7bf8692f3d7ee38c0cd7235427d3cc 100644 (file)
@@ -91,7 +91,7 @@ def build(bld):
         for i in dict:
             setattr(obj, i, dict[i])
 
-    obj              = bld(features = 'subst', rule= 'chmod 0755 ${TGT}')
+    obj              = bld(features = 'subst')
     obj.source       = 'hardev_common.sh.in'
     obj.target       = 'hardev_common_waf.sh'
     obj.chmod        = Utils.O755