]> arthur.barton.de Git - backup-script.git/blobdiff - bin/Makefile
Add "backup-audit" script
[backup-script.git] / bin / Makefile
index 492795b6a4f1870abc2dce3d09207e8c5d942808..365da7607619bb636bd37bfb41dd4395d3fdf555 100644 (file)
@@ -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