summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-04-01 19:16:42 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-04-16 10:19:47 +0000
commit47e30a1e1f50ac75985fe59976bb605cc15411d3 (patch)
tree229f3ff58f9783d7fa7dede5dd410e2188fdda05
parentUpdating container-shell start message. (diff)
downloadcompute-tools-47e30a1e1f50ac75985fe59976bb605cc15411d3.tar.xz
compute-tools-47e30a1e1f50ac75985fe59976bb605cc15411d3.zip
Overwriting existing symlinks in makefiles install target.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--Makefile4
1 files 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