]> arthur.barton.de Git - backup-script.git/blobdiff - Makefile
backup-script: Correctly detect empty system directories on Btrfs
[backup-script.git] / Makefile
index b807cab2aa22d343b0b19bb0e0e911c0a51af793..fcb1d3ade3b1a021675b2a8e3586ab39ef0c2f0b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
 #
 # 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
 
-include ./Makefile.ax
+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"