aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--office/gnucash/gnucash.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/office/gnucash/gnucash.SlackBuild b/office/gnucash/gnucash.SlackBuild
index c4d74d46a5..683da1af55 100644
--- a/office/gnucash/gnucash.SlackBuild
+++ b/office/gnucash/gnucash.SlackBuild
@@ -119,7 +119,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-if $(pkg-config --exists webkit2gtk4.1); then
+if $(pkg-config --exists webkit2gtk-4.1); then
#use webkit2gtk4.1 instead of webkit2gtk if present.
sed -i 's/webkit2gtk-4.0/webkit2gtk-4.1/g' CMakeLists.txt
sed -i 's/WebKit2Gtk4/WebKit2Gtk4.1/g' CMakeLists.txt