summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-10-10 13:34:31 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-10-10 13:34:31 +0200
commit6b736c31b540720bb38e8411b60057013d413fef (patch)
tree1bb899b431c28cf817a73c6904eecb5b04b4524a /Makefile
parent7ee0416a6af469cc61e65649ec6fc20a36b6fe37 (diff)
downloadhardlinkedBackups-6b736c31b540720bb38e8411b60057013d413fef.tar.xz
rename backup -> hardlinked-backup
* avoid file conflict with tar's /usr/bin/backup script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1e7b867..9a37b27 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ MANDIR = /usr/share/man
VERSION = 1.7
all: man.commons \
- backup backup.1 \
+ hardlinked-backup hardlinked-backup.1 \
backup@.service backup@.timer \
backup-progress \
backup-statistics backup-statistics.1 \
@@ -55,9 +55,9 @@ all: man.commons \
.PHONY: install dist clean
install: all
- install -D -m0755 -t $(DESTDIR)$(BINDIR) backup backup-progress backup-statistics forwarddown last-backups remove-old-backups
+ install -D -m0755 -t $(DESTDIR)$(BINDIR) backup-progress backup-statistics forwarddown hardlinked-backup last-backups remove-old-backups
install -D -m0644 -t $(DESTDIR)$(LIBDIR)/systemd/system backup@.service backup@.timer remove-old-backups.service remove-old-backups.timer
- install -D -m0644 -t $(DESTDIR)$(MANDIR)/man1 backup.1 backup-statistics.1 forwarddown.1 last-backups.1 remove-old-backups.1
+ install -D -m0644 -t $(DESTDIR)$(MANDIR)/man1 backup-statistics.1 forwarddown.1 hardlinked-backup.1 last-backups.1 remove-old-backups.1
install -D -m0644 -t $(DESTDIR)$(ETCDIR) backup.conf
install -D -m0755 -T sendmailadvanced.hook $(DESTDIR)$(ETCDIR)/sendmailadvanced.hooks/last-backups