Merge pull request #9817 from keymanapp/chore/linux/fixbuild

chore(linux): Fix build by adding one character
This commit is contained in:
Eberhard Beilharz 2023-10-20 17:18:36 +02:00 committed by GitHub
commit d1c3ebb2e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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