[Pkg-voip-commits] [dahdi-tools] 246/285: Force-link libtonezone.so.2.0 on make install

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:19:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 10c1cd196e5e49dba0095eac023a9ded627af056
Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Date:   Sun Jun 14 16:27:51 2015 +0300

    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 <tzafrir.cohen at xorcom.com>
---
 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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list