mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-13 08:01:08 +01:00
atril: Fix bash script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
e4de485b42
commit
850eca794e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ fi
|
|||
|
||||
# check webkitgtk existence
|
||||
webkit=`pkg-config --exists webkit-1.0`
|
||||
if [ $webkit -eq 0 ]; then
|
||||
if [ "$?" -eq 0 ]; then
|
||||
epub="--enable-epub"
|
||||
else
|
||||
epub="--disable-epub"
|
||||
|
|
Loading…
Reference in a new issue