1
0
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:
Virgil Dupras 2012-08-15 08:07:32 -07:00
parent ab6e0945a7
commit a56258f8b3

View File

@ -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'))