OTHER: move installation code for data into wscript file in subdir

This commit is contained in:
Thomas Frauendorfer 2009-09-11 19:49:14 +02:00
parent 22e536e84d
commit f7d2848f18
2 changed files with 4 additions and 5 deletions

View file

@ -43,5 +43,8 @@ def build(bld):
obj.install_path = 0 # Don't install
obj.source = 'skins/Almond-blue.qrc'
obj.uselib = 'QTCORE'
pass
bld.install_files('${MANDIR}/man1', 'promoe.1')
bld.install_files('${DATADIR}/applications', 'promoe.desktop')
bld.install_files('${DATADIR}/icons', 'icons/ashton-flame1/promoe.svg')

View file

@ -79,7 +79,3 @@ def build(bld):
bld.add_subdirs('data')
bld.add_subdirs('src')
bld.install_files('${MANDIR}/man1', 'data/promoe.1')
bld.install_files('${DATADIR}/applications', 'data/promoe.desktop')
bld.install_files('${DATADIR}/icons', 'data/icons/ashton-flame1/promoe.svg')