Remove obsolete alignment
[khome.git] / 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.023054 seconds and 4 git commands to generate.