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