mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Avoid .sh file extension
This commit is contained in:
parent
30efb2f178
commit
1736b1d424
3 changed files with 5 additions and 5 deletions
2
wscript
2
wscript
|
|
@ -1622,7 +1622,7 @@ def build(bld):
|
|||
|
||||
obj = bld(features = 'subst')
|
||||
obj.source = 'tools/avahi.sh'
|
||||
obj.target = 'libs/ardour-avahi.sh'
|
||||
obj.target = 'libs/ardour-avahi'
|
||||
obj.chmod = Utils.O755
|
||||
obj.install_path = bld.env['LIBDIR']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue