summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files 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