summaryrefslogtreecommitdiff
path: root/manaplus.sh
diff options
context:
space:
mode:
Diffstat (limited to 'manaplus.sh')
-rw-r--r--manaplus.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/manaplus.sh b/manaplus.sh
index 308d305..6b1095d 100644
--- a/manaplus.sh
+++ b/manaplus.sh
@@ -37,7 +37,7 @@ get_version_by_tag(){
make_portable(){
dll_dir=$1 # handled different, needs to get cp before all others! (to /tmp/Mana/%)
root_dir="/manaplus/"
- files_list=("build/tmp/src/manaplusd.exe build/tmp/src/manaplus.exe packaging/windows/portable.xml build/tmp/data/ build/tmp/docs/ AUTHORS COPYING NEWS README.txt") # build/tmp/src/gdb.exe (already included in dll_dir)
+ files_list=("build/tmp/src/manaplusd.exe build/tmp/src/manaplus.exe packaging/windows/portable.xml data/ docs/ AUTHORS COPYING NEWS README.txt") # build/tmp/src/gdb.exe (already included in dll_dir)
tmp_dir="/tmp/Mana/"
debug_files="${tmp_dir}manaplusd.exe ${tmp_dir}gdb.exe"
mkdir -p $tmp_dir