diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2024-07-29 09:47:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-30 01:12:41 +0700 |
commit | 994a4824d61fad71e2caa19313f72f7105749378 (patch) | |
tree | ef248adbe6ead9e55ee8f37d07dbb735271bf98c /academic | |
parent | 72b38bb972ebddad52a97b706f1c2eb0a52cbe19 (diff) |
academic/xiphos: fix script typo
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/xiphos/xiphos.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/xiphos/xiphos.SlackBuild b/academic/xiphos/xiphos.SlackBuild index dbeb9cfda122..769d5c613cc1 100644 --- a/academic/xiphos/xiphos.SlackBuild +++ b/academic/xiphos/xiphos.SlackBuild @@ -85,7 +85,7 @@ find -L . \ #patch to make work with newer glib echo "#define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_2_26)" >>cmake/config.h.cmake.in -if $(pkg-config --exists webkit2gtk.1); then #patch for webkit2gtk4.1 +if $(pkg-config --exists webkit2gtk-4.1); then #patch for webkit2gtk4.1 sed -i 's/webkit2gtk-4.0/webkit2gtk-4.1/g' cmake/XiphosDependencies.cmake sed -i 's/libsoup-2.4/libsoup-3.0/g' cmake/XiphosDependencies.cmake fi |