]> arthur.barton.de Git - backup-script.git/blob - bin/Makefile
backup-status: Don't read ${conf_d}/backup-script.conf twice
[backup-script.git] / bin / Makefile
1 #
2 # backup-script system for cloning systems using rsync
3 # Copyright (c)2008-2015 Alexander Barton <alex@barton.de>
4 #
5
6 include ../lib/Makefile.ax
7
8 install-local:
9         install -d -o $(USER) -g $(GROUP) -m 755 \
10          $(DESTDIR)$(PREFIX)/sbin
11         install -o $(USER) -g $(GROUP) -m 755 backup-script \
12          $(DESTDIR)$(PREFIX)/sbin/backup-script
13         install -o $(USER) -g $(GROUP) -m 755 backup-script-wrapper \
14          $(DESTDIR)$(PREFIX)/sbin/backup-script-wrapper
15         install -o $(USER) -g $(GROUP) -m 755 backup-status \
16          $(DESTDIR)$(PREFIX)/sbin/backup-status