Remove obsolete alignment
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 20 Oct 2020 01:37:05 +0000 (21:37 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 20 Oct 2020 01:37:05 +0000 (21:37 -0400)
Makefile

index 69ee41f..b67a24f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ default:
        @exit 1
 
 home: mpdconf compiled
-       @cp  -Rp       bin           $(HOME)/
+       cp -Rp bin $(HOME)/
        # Limit depth because directories are copied recursively:
        find home -maxdepth 1 -print0 \
        | grep -zv '^home$$' \
This page took 0.027166 seconds and 4 git commands to generate.