summarylogtreecommitdiffstats
path: root/setup.sh.in
diff options
context:
space:
mode:
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"