summarylogtreecommitdiffstats
path: root/setup_lite.sh.in
diff options
context:
space:
mode:
authorJernuh Zakalwe2020-08-02 20:18:07 +0200
committerJernuh Zakalwe2020-08-02 20:18:07 +0200
commitcc288c84bcb87508c5d370f5ffde29297579962c (patch)
tree9c56dfe476adc2d4d5dacd3880e46e05e346903e /setup_lite.sh.in
parent3841d6d7347b7f2beae2b0e656bbaea5e0887d6c (diff)
downloadaur-cc288c84bcb87508c5d370f5ffde29297579962c.tar.gz
Library libxcb-xinerama as dependency in both setup scripts of the installer added.
Minor changes in both setup scripts. Typo in evesetup.shlib fixed.
Diffstat (limited to 'setup_lite.sh.in')
-rw-r--r--setup_lite.sh.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup_lite.sh.in b/setup_lite.sh.in
index 76d87ca19e64..66007f2e73b1 100644
--- a/setup_lite.sh.in
+++ b/setup_lite.sh.in
@@ -66,6 +66,9 @@ bootstrap_remove() {
}
check_req() {
+ if [ ! -r "$(find /usr/lib -type f -name 'libxcb-xinerama*' 2>/dev/null)" ] ;then
+ req="${req}libxcb-xinerama\n"
+ fi
if [ ! -x "$(which 7z 2>/dev/null)" ] ;then
req="${req}7z\n"
fi
@@ -112,7 +115,7 @@ else
printf "\n"
read -p 'Install EVE Online Launcher Setup? (Y/n) ' key
if [ "x$(echo $key | tr [:upper:] [:lower:])" != "xn" ] ;then
- printf "\nInstalling...\n\n"
+ printf "\nInstalling...\n"
check_req
printf "\n"
bootstrap_install