From 49b35eebd695a51283151feb3d7619cb3962a823 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 17 Jul 2016 15:15:06 +0200 Subject: bashism aus Makefile entfernt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3-54-g00ecf