mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 03:45:34 +00:00
chore(linux): Merge branch 'chore/linux/9733_RenameLibknmkbp' into chore/linux/9733_RenameNamespace
This commit is contained in:
commit
8fce84bdc8
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