Skip to content

Commit

Permalink
Merge pull request #9817 from keymanapp/chore/linux/fixbuild
Browse files Browse the repository at this point in the history
chore(linux): Fix build by adding one character
  • Loading branch information
ermshiperete authored Oct 20, 2023
2 parents b177df2 + c0bef25 commit d1c3ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/scripts/deb-packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1c3ebb

Please sign in to comment.