OTHER: move installation code for data into wscript file in subdir
This commit is contained in:
parent
22e536e84d
commit
f7d2848f18
2 changed files with 4 additions and 5 deletions
|
@ -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')
|
||||
|
||||
|
|
4
wscript
4
wscript
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue