From 10c1cd196e5e49dba0095eac023a9ded627af056 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 14 Jun 2015 16:27:51 +0300 Subject: [PATCH] Force-link libtonezone.so.2.0 on make install Use ln -sf to create libtonezone.so.2.0 on the install target Signed-off-by: Tzafrir Cohen --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ae02039..cfd561b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,7 +108,7 @@ clean-local: install-exec-hook: $(LEGACY_MAKE) install @echo "Compatibility symlinks (should be removed in the future)" - ln -s libtonezone.so.2.0.0 $(DESTDIR)$(libdir)/libtonezone.so.2.0 + ln -sf libtonezone.so.2.0.0 $(DESTDIR)$(libdir)/libtonezone.so.2.0 bashcompdir = $(sysconfdir)/bash_completion.d