mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 01:45:32 +00:00
Merge pull request #9817 from keymanapp/chore/linux/fixbuild
chore(linux): Fix build by adding one character
This commit is contained in:
commit
d1c3ebb2e8
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ if builder_start_action verify; then
|
|||
if [ ! -f debian/libkmnkbp0-0.symbols ] && [ ! -f debian/libkeymancore.symbols ]; then
|
||||
echo ":warning: Missing libkmnkbp0-0.symbols/libkeymancore.symbols file" >&2
|
||||
else
|
||||
if [ -f debian/libeymancore.symbols ]; then
|
||||
if [ -f debian/libkeymancore.symbols ]; then
|
||||
PKG_NAME=libkeymancore
|
||||
LIB_NAME=libkeymancore
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue