diff options
author | Erich Eckner <git@eckner.net> | 2016-05-08 21:29:45 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-05-08 21:30:38 +0200 |
commit | c1c75c8108f27fcbe98a0bdf14590f70ac369acd (patch) | |
tree | 91cbb8362667c8fb9b0a6894df9946acbd25bdbb /Makefile | |
parent | 10ae226b60f1f249cc5c4afb9856b5e1c5eadfb5 (diff) | |
download | hardlinkedBackups-c1c75c8108f27fcbe98a0bdf14590f70ac369acd.tar.xz |
neue Version: 1.0.3v1.0.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |