change install target dir for color theme files
This commit is contained in:
parent
9c69d6f0c3
commit
82273a7551
@ -816,10 +816,7 @@ def build(bld):
|
||||
bld.install_files(bld.env['CONFDIR'], 'default_ui_config')
|
||||
# Color Themes. Find each color file for this program, strip the program name
|
||||
# and install.
|
||||
print "Colors: ", bld.path.ant_glob('themes/*-' + Options.options.program_name.lower() + '.colors')
|
||||
for colors in bld.path.ant_glob ('themes/*-' + Options.options.program_name.lower() + '.colors'):
|
||||
install_name = os.path.basename (colors.srcpath().replace ('-' + Options.options.program_name.lower(), ''))
|
||||
bld.install_as (os.path.join(bld.env['CONFDIR'], 'themes', install_name), colors)
|
||||
bld.install_files (os.path.join(bld.env['DATADIR'], 'themes'), bld.path.ant_glob ('themes/*-' + Options.options.program_name.lower() + '.colors'));
|
||||
|
||||
# Default export stuff
|
||||
bld.install_files(os.path.join(bld.env['CONFDIR'], 'export'), bld.path.ant_glob('export/*.format'))
|
||||
|
Loading…
Reference in New Issue
Block a user