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
1 changed files with 1 additions and 0 deletions

View File

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