Fixed typo in packaging.

This commit is contained in:
Virgil Dupras 2013-04-14 17:37:01 -04:00
parent 36b214443a
commit dc8b1b3b02
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ def package_arch(edition):
# need to include them).
print("Packaging for Arch")
ed = lambda s: s.format(edition)
srcpath = op.join('build', 'moneyguru-arch')
srcpath = op.join('build', ed('dupeguru-{}-arch'))
packages = ['hscommon', 'core', ed('core_{0}'), 'qtlib', 'qt', 'send2trash', 'jobprogress']
if edition == 'me':
packages.append('hsaudiotag')