summarylogtreecommitdiffstats
path: root/setup.sh.in
diff options
context:
space:
mode:
authorJernuh Zakalwe2019-03-03 14:57:40 +0100
committerJernuh Zakalwe2019-03-03 14:57:40 +0100
commit8ea2e0d83a2a8cfa2543308fd5cb831eb89cc8ac (patch)
treebae8be3980b1b1b2a9a78b0e4bf6d3540b2ec595 /setup.sh.in
parentad1a68e4c01b49bf047e191d00b36938e14d52d4 (diff)
downloadaur-8ea2e0d83a2a8cfa2543308fd5cb831eb89cc8ac.tar.gz
32bit restriction removed from used wine environment for coming 64bit client.
Windows version now set to win10 for wine versions >=4.0 for possible use of vkd3d. Some shell functions outsourced in evelauncher.shlib for using in all scripts.
Diffstat (limited to 'setup.sh.in')
-rw-r--r--setup.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.sh.in b/setup.sh.in
index 8667dcc78ae6..5ed16d86ce3c 100644
--- a/setup.sh.in
+++ b/setup.sh.in
@@ -44,6 +44,7 @@ bootstrap_install() {
for eta in $(ls ./eve-transl${qtver}-??.tar.gz) ;do
install -m 0644 "$eta" "${target}/lib"
done
+ install -m 0644 "./evelauncher.shlib" "${target}/lib"
install -m 0644 "./evelauncher-${elver}.tar.gz" "${target}/lib"
for icons in $(find . -type f -name '*.png') ;do
install -D -m 0644 "$icons" "${prefix}/share/${icons#*/}"