From c1c75c8108f27fcbe98a0bdf14590f70ac369acd Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 8 May 2016 21:29:45 +0200 Subject: neue Version: 1.0.3 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d140b28..2f36825 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ ETCDIR = /etc BINDIR = /usr/bin MANDIR = /usr/share/man -VERSION = 1.0.2 +VERSION = 1.0.3 all: hardlinkedbackups.8 backup lastBackups @@ -37,7 +37,7 @@ install: all install -D -m0755 -t $(DESTDIR)$(BINDIR) backup lastBackups install -D -m0644 -t $(DESTDIR)$(MANDIR)/man8 hardlinkedbackups.8 ln -s $(DESTDIR)$(MANDIR)/man8/{hardlinkedbackups,backups,lastBackups}.8 - install -D -m0644 -t $(DESTDIR)$(ETCDIR)/backup.conf + install -D -m0644 -t $(DESTDIR)$(ETCDIR) backup.conf clean: rm -f backup lastBackups hardlinkedbackups.8 -- cgit v1.2.3-54-g00ecf