atril: Fix bash script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-06-26 17:40:01 +07:00
parent e4de485b42
commit 850eca794e
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -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"