summarylogtreecommitdiffstats
path: root/setup.sh.in
diff options
context:
space:
mode:
authorJernuh Zakalwe2018-10-26 14:58:20 +0200
committerJernuh Zakalwe2018-10-26 14:58:20 +0200
commitee7f270348f9e29f09aa91a30fe3010be05616cb (patch)
tree236f89d22811524295655494294ac6c8affcb253 /setup.sh.in
parentfb836635a8a506abc23fcc9a75970312a0660706 (diff)
downloadaur-ee7f270348f9e29f09aa91a30fe3010be05616cb.tar.gz
build_installer.sh:
Remove test sections in setup.sh before creating .run file. Pack format changed from xz to gz to speedup build process. evelauncher.sh: Using real $WINEPATH/wineserver for checking wine build. Using internal wineboot command via wine. evewine: Changed handling from internal wine commands to be more robust and extendable. setup.sh: Mark test sections to be easier to remove or activate.
Diffstat (limited to 'setup.sh.in')
-rw-r--r--setup.sh.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/setup.sh.in b/setup.sh.in
index c08fff1eddbb..ebff4c156872 100644
--- a/setup.sh.in
+++ b/setup.sh.in
@@ -31,12 +31,12 @@ bootstrap_install() {
ln -s "${target}/bin/$cmd" "${prefix}/bin/$cmd"
if [ ! "$cmd" = "evewine" ] ;then
#-- testing only
-# oexec=$(grep Exec= ./${cmd%.*}.desktop)
-# sed -i s,$oexec,Exec=$prefix/bin/$cmd, ./${cmd%.*}.desktop
+#- oexec=$(grep Exec= ./${cmd%.*}.desktop)
+#- sed -i s,$oexec,Exec=$prefix/bin/$cmd, ./${cmd%.*}.desktop
#--
install -m 0644 "./${cmd%.*}.desktop" "${prefix}/share/applications/"
#-- testing only
-# sed -i s,Exec=$prefix/bin/$cmd,$oexec, ./${cmd%.*}.desktop
+#- sed -i s,Exec=$prefix/bin/$cmd,$oexec, ./${cmd%.*}.desktop
#--
fi
done
@@ -93,8 +93,8 @@ if [ -d "${target}/bin/" ] ;then
bootstrap_remove
else
#-- testing only
-# otarget=$(grep ^SETUPDIR= ./evelauncher.sh)
-# sed -i s,$otarget,SETUPDIR=\"$target\", ./evelauncher.sh
+#- otarget=$(grep ^SETUPDIR= ./evelauncher.sh)
+#- sed -i s,$otarget,SETUPDIR=\"$target\", ./evelauncher.sh
#--
printf "\n"
read -p 'Install EVE Online Launcher Setup? (Y/n) ' key
@@ -103,7 +103,7 @@ else
printf "\nYou can now start EVE Online Launcher and his " && \
echo "Tools from your Application menu."
#-- testing only
-# sed -i s,SETUPDIR=\"$target\",$otarget, ./evelauncher.sh
+#- sed -i s,SETUPDIR=\"$target\",$otarget, ./evelauncher.sh
#--
fi
printf "\nDone.\n\n"