mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fixed debian packaging some more.
This commit is contained in:
parent
250a496a78
commit
eebe2b0e80
@ -90,7 +90,8 @@ def package_debian(edition):
|
|||||||
if edition == 'me':
|
if edition == 'me':
|
||||||
packages.append('hsaudiotag')
|
packages.append('hsaudiotag')
|
||||||
copy_packages(packages, srcpath)
|
copy_packages(packages, srcpath)
|
||||||
import PyQt4
|
import sip, PyQt4
|
||||||
|
shutil.copy(sip.__file__, srcpath)
|
||||||
qtsrcpath = op.dirname(PyQt4.__file__)
|
qtsrcpath = op.dirname(PyQt4.__file__)
|
||||||
qtdestpath = op.join(srcpath, 'PyQt4')
|
qtdestpath = op.join(srcpath, 'PyQt4')
|
||||||
os.makedirs(qtdestpath)
|
os.makedirs(qtdestpath)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user