mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24: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':
|
||||
packages.append('hsaudiotag')
|
||||
copy_packages(packages, srcpath)
|
||||
import PyQt4
|
||||
import sip, PyQt4
|
||||
shutil.copy(sip.__file__, srcpath)
|
||||
qtsrcpath = op.dirname(PyQt4.__file__)
|
||||
qtdestpath = op.join(srcpath, 'PyQt4')
|
||||
os.makedirs(qtdestpath)
|
||||
|
Loading…
x
Reference in New Issue
Block a user