Skip to content

Commit

Permalink
chore(linux): Merge remote-tracking branch 'origin/master' into chore…
Browse files Browse the repository at this point in the history
…/linux/9733_RenameLibknmkbp
  • Loading branch information
ermshiperete committed Oct 20, 2023
2 parents 3661418 + d1c3ebb commit b16b7a7
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 b16b7a7

Please sign in to comment.