Installation file fixes

This commit is contained in:
Valentino Orlandi 2022-06-29 22:10:35 +02:00
parent 715b09859d
commit 3665809d1d
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ do
then
dst="$(echo $dst | cut -d/ -f2)/"
fi
cp "$crapdir/$src" "$inst_path/$dst"
cp -r "$crapdir/$src" "$inst_path/$dst"
wait
done