Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hsanjuan/64a1484c5aa0a6cba80d6459cf00cc70 to your computer and use it in GitHub Desktop.
Save hsanjuan/64a1484c5aa0a6cba80d6459cf00cc70 to your computer and use it in GitHub Desktop.
chrome-token-signing fix for OpenSUSE
diff --git a/host-linux/GNUmakefile b/host-linux/GNUmakefile
index 1274617..22c184a 100644
--- a/host-linux/GNUmakefile
+++ b/host-linux/GNUmakefile
@@ -22,7 +22,7 @@ endif
include ../VERSION.mk
all:
- qmake VERSION=$(VERSIONEX)
+ qmake-qt5 VERSION=$(VERSIONEX)
make -f Makefile
clean:
diff --git a/host-linux/chrome-token-signing.pro b/host-linux/chrome-token-signing.pro
index 68eb09f..e2381b7 100644
--- a/host-linux/chrome-token-signing.pro
+++ b/host-linux/chrome-token-signing.pro
@@ -19,7 +19,7 @@ target.path = /usr/bin
hostconf.path = /etc/opt/chrome/native-messaging-hosts
hostconf.files += ee.ria.esteid.json
# https://bugzilla.mozilla.org/show_bug.cgi?id=1318461
-ffconf.path = /usr/lib/mozilla/native-messaging-hosts
+ffconf.path = /usr/lib64/mozilla/native-messaging-hosts
ffconf.files += ff/ee.ria.esteid.json
extension.path = /opt/google/chrome/extensions
extension.files += ../ckjefchnfjhjfedoccjbhjpbncimppeg.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment