diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2024-07-29 14:07:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-30 01:12:44 +0700 |
commit | 181368e81ff00d1f3f5cae77c2de3e891879810d (patch) | |
tree | ffa0757fec61b032444cf080d5f0d62b8f8d7e74 /office/gnucash | |
parent | 994a4824d61fad71e2caa19313f72f7105749378 (diff) |
office/gnucash: fix script typo
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/gnucash')
-rw-r--r-- | office/gnucash/gnucash.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/gnucash/gnucash.SlackBuild b/office/gnucash/gnucash.SlackBuild index c4d74d46a50a..683da1af55e4 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 |