]> arthur.barton.de Git - backup-script.git/blob - Makefile
Makefile: Properly quote path, user and group names
[backup-script.git] / Makefile
1 #
2 # backup-script system for cloning systems using rsync
3 # Copyright (c)2008-2022 Alexander Barton, alex@barton.de
4 #
5
6 SUBDIRS = bin etc examples
7
8 include ./lib/Makefile.ax
9
10 install-local:
11         install -d -o "$(USER)" -g "$(GROUP)" -m 755 \
12          "$(DESTDIR)$(PREFIX)/etc/backup-script.d"