summarylogtreecommitdiffstats
path: root/clonehero
diff options
context:
space:
mode:
authorLucas Melo2022-09-09 20:26:54 -0300
committerLucas Melo2022-09-09 20:26:54 -0300
commitc7606b1f7b67fb68bed17097b0834fd4d7cb7b4f (patch)
treef15c3407712c0dd5af0dec96471c11b8b0a7fe54 /clonehero
parent4e10cf2f83e6bd8ecd0fa39eb32828c07749f875 (diff)
downloadaur-c7606b1f7b67fb68bed17097b0834fd4d7cb7b4f.tar.gz
Fix oversight with rsync in script
Diffstat (limited to 'clonehero')
-rwxr-xr-xclonehero2
1 files changed, 1 insertions, 1 deletions
diff --git a/clonehero b/clonehero
index 37507f7421f8..33c409e20337 100755
--- a/clonehero
+++ b/clonehero
@@ -19,7 +19,7 @@ fi
# working directory than the binary doesn't work either.
cp -f '/opt/clonehero/clonehero' "$dir/clonehero"
cp -f '/opt/clonehero/UnityPlayer.so' "$dir/UnityPlayer.so"
-rsync -a --delete '/opt/clonehero/clonehero_Data' "$dir/clonehero_Data"
+rsync -a --delete '/opt/clonehero/clonehero_Data/' "$dir/clonehero_Data"
# We won't touch neither the Custom/ nor Songs/ directories as those are
# probably best left to the user to populate (or link to another folder).