mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
We need to deploy the real lib, not the symlink to it.
`libzim.so` is a symlink to `libzim.so.4`, who is also a symlink to `libzim.so.4.0.4`.
This commit is contained in:
@ -43,7 +43,7 @@ BINARIES = {
|
||||
'kiwix-tools': ('bin', ('kiwix-manage', 'kiwix-read', 'kiwix-search', 'kiwix-serve')),
|
||||
'zim-tools': ('bin', ('zimbench', 'zimcheck', 'zimdump', 'zimsearch', 'zimdiff', 'zimpatch', 'zimsplit')),
|
||||
'zimwriterfs': ('bin', ('zimwriterfs',)),
|
||||
'libzim': ('lib/x86_64-linux-gnu', ('libzim.so',))
|
||||
'libzim': ('lib/x86_64-linux-gnu', ('libzim.so.{}'.format(main_project_versions['libzim']),))
|
||||
}
|
||||
|
||||
_date = date.today().isoformat()
|
||||
|
Reference in New Issue
Block a user