summarylogtreecommitdiffstats
path: root/build_small_installer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_small_installer.sh')
-rwxr-xr-xbuild_small_installer.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_small_installer.sh b/build_small_installer.sh
index 9347ad0d61ed..84db520a455f 100755
--- a/build_small_installer.sh
+++ b/build_small_installer.sh
@@ -69,7 +69,8 @@ echo "done."
printf "\nCopy needed files from AUR source..."
for eia in ../eve-icons*.tar.gz ;do tar xf $eia -C evesetup/ ;done
-for cmd in evelauncher.sh everegedit evewine evewinecfg evewinetricks evebackup ;do
+for cmd in backup launcher.sh regedit restore wine winecfg winetricks ;do
+ cmd=eve$cmd
if [ -f ../$cmd ] ;then cp ../$cmd evesetup/ ;fi
if [ ! "$cmd" = "evewine" ] ;then cp ../${cmd%.*}.desktop evesetup/ ;fi
done