From fca67ac0a55a9fed9985604b9b7fe49b8de5f843 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 26 Aug 2015 15:09:08 +0200 Subject: Makefile copy: copy the contents, not the folder --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3