[dahdi-commits] dahdi/tools.git branch "master" updated.

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Sun Jun 14 00:29:43 CDT 2015


branch "master" has been updated
       via  10c1cd196e5e49dba0095eac023a9ded627af056 (commit)
      from  65ba28fe4a3f27ce02a8c3e506cb957a2243a47e (commit)

Summary of changes:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
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>

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
 

-----------------------------------------------------------------------


-- 
dahdi/tools.git



More information about the dahdi-commits mailing list