[dahdi-commits] tzafrir: tools/trunk r7131 - /tools/trunk/Makefile

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Tue Sep 15 11:53:02 CDT 2009


Author: tzafrir
Date: Tue Sep 15 11:52:58 2009
New Revision: 7131

URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=7131
Log:
Add a missing trailing slash on the install-libs target

(closes issue #15793)
Reported by: pprindeville
Patches:
      dahdi-tools-makefile.patch uploaded by pprindeville (license 347)

Modified:
    tools/trunk/Makefile

Modified: tools/trunk/Makefile
URL: http://svn.asterisk.org/svn-view/dahdi/tools/trunk/Makefile?view=diff&rev=7131&r1=7130&r2=7131
==============================================================================
--- tools/trunk/Makefile (original)
+++ tools/trunk/Makefile Tue Sep 15 11:52:58 2009
@@ -241,7 +241,7 @@
 		/sbin/ldconfig || : ;\
 	fi
 endif
-	rm -f $(DESTDIR)$(LIB_DIR)$(LTZ_SO)
+	rm -f $(DESTDIR)$(LIB_DIR)/$(LTZ_SO)
 	$(LN) -sf $(LTZ_SO).$(LTZ_SO_MAJOR_VER).$(LTZ_SO_MINOR_VER) \
 		$(DESTDIR)$(LIB_DIR)/$(LTZ_SO).$(LTZ_SO_MAJOR_VER)
 	$(LN) -sf $(LTZ_SO).$(LTZ_SO_MAJOR_VER).$(LTZ_SO_MINOR_VER) \




More information about the dahdi-commits mailing list