mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24: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':
|
||||
packages.append('hsaudiotag')
|
||||
copy_packages(packages, srcpath)
|
||||
os.remove(op.join(srcpath, 'qt', 'run_template.py')) # It doesn't belong in the package.
|
||||
if edition == 'pe':
|
||||
os.mkdir(op.join(destpath, 'modules'))
|
||||
copy_all(op.join('core_pe', 'modules', '*.*'), op.join(destpath, 'modules'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user