]> arthur.barton.de Git - backup-script.git/blobdiff - Makefile
Makefile: Properly quote path, user and group names
[backup-script.git] / Makefile
index 1f09876b085d0242ba714f13fee847ed16f1720d..fcb1d3ade3b1a021675b2a8e3586ab39ef0c2f0b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 #
 # backup-script system for cloning systems using rsync
-# Copyright (c)2008-2014 Alexander Barton, alex@barton.de
+# Copyright (c)2008-2022 Alexander Barton, alex@barton.de
 #
 
 SUBDIRS = bin etc examples
@@ -8,5 +8,5 @@ SUBDIRS = bin etc examples
 include ./lib/Makefile.ax
 
 install-local:
-       install -d -o $(USER) -g $(GROUP) -m 755 \
-        $(DESTDIR)$(PREFIX)/etc/backup-script.d
+       install -d -o "$(USER)" -g "$(GROUP)" -m 755 \
+        "$(DESTDIR)$(PREFIX)/etc/backup-script.d"