diff options
author | lassulus <lass@aidsballs.de> | 2015-08-26 15:09:08 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-08-26 15:09:08 +0200 |
commit | fca67ac0a55a9fed9985604b9b7fe49b8de5f843 (patch) | |
tree | 3deca8ee5c1abfae436be1457910df4a31c162a4 /Makefile | |
parent | e7682ce7a5b9db846f3ed813199156fc6009fa42 (diff) |
Makefile copy: copy the contents, not the folder
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |