mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-26 05:57:25 +01:00
IGN:...
This commit is contained in:
parent
2e9370ef60
commit
1be3d0782a
1 changed files with 4 additions and 1 deletions
|
|
@ -26,9 +26,12 @@ def freeze():
|
|||
|
||||
binary_excludes = ['libGLcore*', 'libGL*', 'libnvidia*']
|
||||
|
||||
os.system('sudo cp /usr/bin/calibre-mount-helper /tmp/calibre-mount-helper')
|
||||
os.system('sudo chown kovid:users /tmp/calibre-mount-helper')
|
||||
|
||||
binary_includes = [
|
||||
'/usr/bin/pdftohtml',
|
||||
'/usr/bin/calibre-mount-helper',
|
||||
'/tmp/calibre-mount-helper',
|
||||
'/usr/lib/libunrar.so',
|
||||
'/usr/lib/libsqlite3.so.0',
|
||||
'/usr/lib/libsqlite3.so.0',
|
||||
|
|
|
|||
Loading…
Reference in a new issue