summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-08-26 15:09:08 +0200
committerlassulus <lass@aidsballs.de>2015-08-26 15:09:08 +0200
commitfca67ac0a55a9fed9985604b9b7fe49b8de5f843 (patch)
tree3deca8ee5c1abfae436be1457910df4a31c162a4
parente7682ce7a5b9db846f3ed813199156fc6009fa42 (diff)
Makefile copy: copy the contents, not the folder
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d97cd7d..b5b7223 100644
--- a/Makefile
+++ b/Makefile
@@ -17,4 +17,4 @@ play: ## play the playlist without downloading
copy: ## make copy dest="/mnt/tmp/music"
copy: ## to copy music to dest
- rsync -vrltD ./music ${dest}
+ rsync -vrltD ./music/ ${dest}