summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-07-17 15:15:06 +0200
committerErich Eckner <git@eckner.net>2016-07-17 15:15:06 +0200
commit49b35eebd695a51283151feb3d7619cb3962a823 (patch)
treefc8cda92772f8ecb1cd1d7bec5e2488f4a2e4a0e /Makefile
parent5effe37177f214f4f32a6e087d89d422475efca2 (diff)
downloadhardlinkedBackups-49b35eebd695a51283151feb3d7619cb3962a823.tar.xz
bashism aus Makefile entfernt
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: