mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fixed debian packaging to not include the recently moved qt run template.
This commit is contained in:
parent
ab6e0945a7
commit
a56258f8b3
@ -92,6 +92,7 @@ def package_debian(edition, source_pkg):
|
|||||||
if edition == 'me':
|
if edition == 'me':
|
||||||
packages.append('hsaudiotag')
|
packages.append('hsaudiotag')
|
||||||
copy_packages(packages, srcpath)
|
copy_packages(packages, srcpath)
|
||||||
|
os.remove(op.join(srcpath, 'qt', 'run_template.py')) # It doesn't belong in the package.
|
||||||
if edition == 'pe':
|
if edition == 'pe':
|
||||||
os.mkdir(op.join(destpath, 'modules'))
|
os.mkdir(op.join(destpath, 'modules'))
|
||||||
copy_all(op.join('core_pe', 'modules', '*.*'), op.join(destpath, 'modules'))
|
copy_all(op.join('core_pe', 'modules', '*.*'), op.join(destpath, 'modules'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user