summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf19fc0..8a6cd5f 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ all: hardlinkedbackups.1 backup lastBackups
install: all
install -D -m0755 -t $(DESTDIR)$(BINDIR) backup lastBackups
install -D -m0644 -t $(DESTDIR)$(MANDIR)/man1 hardlinkedbackups.1
- ln -s $(DESTDIR)$(MANDIR)/man1/{hardlinkedbackups,backups,lastBackups}.1
+ ln -s $(DESTDIR)$(MANDIR)/man1/hardlinkedbackups.1 $(DESTDIR)$(MANDIR)/man1/backups.1 $(DESTDIR)$(MANDIR)/man1/lastBackups.1
install -D -m0644 -t $(DESTDIR)$(ETCDIR) backup.conf
clean: