X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=bin%2FMakefile;h=365da7607619bb636bd37bfb41dd4395d3fdf555;hb=3d258e29aac08dc3aff1e0caad67bbeddd936ef0;hp=492795b6a4f1870abc2dce3d09207e8c5d942808;hpb=ca820a0270bfe77d571815cf059e3ea3d292ff81;p=backup-script.git diff --git a/bin/Makefile b/bin/Makefile index 492795b..365da76 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -14,8 +14,11 @@ install-local: $(DESTDIR)$(PREFIX)/sbin/backup-script-wrapper install -o $(USER) -g $(GROUP) -m 755 backup-status \ $(DESTDIR)$(PREFIX)/sbin/backup-status + install -o $(USER) -g $(GROUP) -m 755 backup-audit \ + $(DESTDIR)$(PREFIX)/sbin/backup-audit check-local: ./backup-script --help | fgrep 'Usage: ' >/dev/null ./backup-script --help | fgrep 'Configuration file is "' >/dev/null ./backup-status --help | fgrep 'Usage: ' >/dev/null + ./backup-audit --help | fgrep 'Usage: ' >/dev/null