Browse Source

Merge JoinMarket-Org/joinmarket-clientserver#1791: Fix Debian dependency check for non-English locales

8992e36609 Fix Debian dependency check for non-English locales (Kristaps Kaupe)

Pull request description:

  To check are packages already installed we search for string "Installed", but it's, of course, spelled differently in different languages. So, force English for this command.

Top commit has no ACKs.

Tree-SHA512: 27ca8ed9eace98b043bf1020a99f40a2a52a0188c62ba3ad6fd9881fa8ea2bf5d49b6ebf96195db788f57d18050ad0c0a384a004069806aa7c5f5b98c9212d0a
master
merge-script 5 months ago
parent
commit
e8113d8c87
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      install.sh

2
install.sh

@ -128,7 +128,7 @@ tor_deps_install ()
deb_deps_check () deb_deps_check ()
{ {
apt-cache policy "${deb_deps[@]}" | grep "Installed.*none" LANG=C apt-cache policy "${deb_deps[@]}" | grep "Installed.*none"
} }
deb_deps_install () deb_deps_install ()

Loading…
Cancel
Save