mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Linux binary add libuuid
This commit is contained in:
parent
9ab452eb67
commit
3c68df5475
@ -46,6 +46,7 @@ class LinuxFreeze(Command):
|
||||
'/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,6 +196,7 @@ class SchedulerConfig(object):
|
||||
self.root.text = '\n\n\t'
|
||||
for x in self.root:
|
||||
x.tail = '\n\n\t'
|
||||
if len(self.root) > 0:
|
||||
self.root[-1].tail = '\n\n'
|
||||
with ExclusiveFile(self.conf_path) as f:
|
||||
f.seek(0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user