Add some lua scripts
This commit is contained in:
16
scripts/wscript
Normal file
16
scripts/wscript
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import os
|
||||
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def configure(conf):
|
||||
pass
|
||||
|
||||
def build(bld):
|
||||
scripts = bld.path.ant_glob ('*.lua')
|
||||
bld.install_files (os.path.join(bld.env['DATADIR'], 'scripts'), scripts)
|
||||
|
||||
def options(opt):
|
||||
pass
|
||||
Reference in New Issue
Block a user