mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
prefix no-inst script with an underscore and skip install
This commit is contained in:
parent
2b7a89ecff
commit
a8143ea44e
10 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ def configure(conf):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
scripts = bld.path.ant_glob ('*.lua')
|
scripts = bld.path.ant_glob ('*.lua', excl=['^_*'])
|
||||||
|
print scripts
|
||||||
bld.install_files (os.path.join(bld.env['DATADIR'], 'scripts'), scripts)
|
bld.install_files (os.path.join(bld.env['DATADIR'], 'scripts'), scripts)
|
||||||
|
|
||||||
def options(opt):
|
def options(opt):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue