summarylogtreecommitdiffstats
path: root/evesetup.shlib
diff options
context:
space:
mode:
authorJernuh Zakalwe2019-12-08 15:39:01 +0100
committerJernuh Zakalwe2019-12-08 15:39:01 +0100
commit232333097a5f3749a9c84adbed10a306d76a9a2e (patch)
treec3408e4854584dd6c66e24e99231cbfd934dc01e /evesetup.shlib
parent52d7226a95e83865d8be8125375ced1e41d2fab7 (diff)
downloadaur-232333097a5f3749a9c84adbed10a306d76a9a2e.tar.gz
In evesetup.shlib timewindow for versioncheck from 1min to 3min increased.
In case of missing wineboot wrapper script explicit wineboot call with wine command added. In setup.sh all xcb libraries added for removing (not needed on most Distributions). Minor grammar changes in build- and setup scripts. In evebackup file history.txt removed from backup.
Diffstat (limited to 'evesetup.shlib')
-rw-r--r--evesetup.shlib8
1 files changed, 4 insertions, 4 deletions
diff --git a/evesetup.shlib b/evesetup.shlib
index 10c82bd2e5cf..8763d1b11b58 100644
--- a/evesetup.shlib
+++ b/evesetup.shlib
@@ -13,9 +13,9 @@ SHAREDIR="$HOME/.eve"
check_elv() {
ELBIN=$(getdate $LAUNCHER/evelauncher)
- ELBIN=$(expr $ELBIN / 60 \* 60)
+ ELBIN=$(expr $ELBIN / 180 \* 180)
ELARC=$(getdate $SETUPDIR/lib/evelauncher-$ELVER.tar.?z)
- ELARC=$(expr $ELARC / 60 \* 60)
+ ELARC=$(expr $ELARC / 180 \* 180)
if [ "$ELBIN" -lt "$ELARC" ] ;then
if [ -d "$LAUNCHER" ] ;then
rm -rf $LAUNCHER
@@ -84,7 +84,7 @@ check_wine() {
env WINEPREFIX=$WINEPREFIX \
WINEDEBUG=-all \
WINEDLLOVERRIDES="mscoree,mshtml=d" \
- $WINEPATH/wineboot
+ $WINEPATH/wine wineboot
env WINEPREFIX=$WINEPREFIX \
$WINEPATH/wine reg add \
'HKCU\Software\Wine\FileOpenAssociations' \
@@ -120,7 +120,7 @@ desktop_msg() {
getdate() {
printf $(ls -l --time-style=+%s $1 2>/dev/null | cut -d' ' -f6) \
- 2>/dev/null || printf 60
+ 2>/dev/null || printf 180
}
getval() {