mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-30 10:43:12 +02:00
IGN:Linux binary add libuuid
This commit is contained in:
parent
9ab452eb67
commit
3c68df5475
2 changed files with 3 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ def run(self, opts):
|
|||
'/usr/lib/libmng.so.1',
|
||||
'/usr/lib/libpodofo.so.0.6.99',
|
||||
'/lib/libz.so.1',
|
||||
'/lib/libuuid.so.1',
|
||||
'/usr/lib/libtiff.so.3',
|
||||
'/lib/libbz2.so.1',
|
||||
'/usr/lib/libpoppler.so.5',
|
||||
|
|
|
|||
|
|
@ -196,7 +196,8 @@ def write_scheduler_file(self):
|
|||
self.root.text = '\n\n\t'
|
||||
for x in self.root:
|
||||
x.tail = '\n\n\t'
|
||||
self.root[-1].tail = '\n\n'
|
||||
if len(self.root) > 0:
|
||||
self.root[-1].tail = '\n\n'
|
||||
with ExclusiveFile(self.conf_path) as f:
|
||||
f.seek(0)
|
||||
f.truncate()
|
||||
|
|
|
|||
Loading…
Reference in a new issue