[PATCH] cygport

Marco Atzeri marco.atzeri@gmail.com
Thu Dec 11 20:47:00 GMT 2014


Yaakov,
to avoid the never ending loop due to readlink mismatch
with some paths.

I will really appreciate.

Regards
Marco
-------------- next part --------------
--- src_postinst.cygpart_orig	2014-12-11 21:29:07.958761300 +0100
+++ src_postinst.cygpart	2014-12-11 21:29:40.113806600 +0100
@@ -1297,7 +1297,7 @@
 				else
 					origdlname=${dlname}
 
-					while [ $(readlink -f ${ltlibdir}/${dlname%/bin/*}) != ${D}$(__host_prefix) ]
+					while [ $(readlink -f ${ltlibdir}/${dlname%/bin/*}) != $(readlink -f ${D}$(__host_prefix)) ]
 					do
 						dlname=../${dlname}
 					done
-------------- next part --------------
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


More information about the Cygwin mailing list