From 47e30a1e1f50ac75985fe59976bb605cc15411d3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 1 Apr 2016 21:16:42 +0200 Subject: Overwriting existing symlinks in makefiles install target. Signed-off-by: Daniel Baumann --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 36dd8a1..0a8831a 100644 --- a/Makefile +++ b/Makefile @@ -77,8 +77,8 @@ install: build fi; \ done - ln -s container.1 $(DESTDIR)/usr/share/man/man1/cnt.1 - ln -s container-shell.1 $(DESTDIR)/usr/share/man/man1/cntsh.1 + ln -sf container.1 $(DESTDIR)/usr/share/man/man1/cnt.1 + ln -sf container-shell.1 $(DESTDIR)/usr/share/man/man1/cntsh.1 mkdir -p $(DESTDIR)/lib/systemd/system cp -r share/systemd/* $(DESTDIR)/lib/systemd/system -- cgit v1.2.3