[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5960 - glibc-package/trunk/debian/debhelper.in



Author: aurel32
Date: 2014-02-23 12:17:17 +0000 (Sun, 23 Feb 2014)
New Revision: 5960

Modified:
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
ldconfig.real doesn't exist on wheezy systems, so just overwrite
/sbin/ldconfig


Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst	2014-02-23 11:30:28 UTC (rev 5959)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst	2014-02-23 12:17:17 UTC (rev 5960)
@@ -312,7 +312,7 @@
         echo "Warning: found a potentially broken dynamic loader symlink,"
 	echo "disabling ldconfig to avoid a possible system breakage. It"
 	echo "will be reenabled when a new version of libc-bin is unpacked." 
-	ln -sf /bin/true /sbin/ldconfig.real
+	ln -sf /bin/true /sbin/ldconfig
     fi
 fi
 


Reply to: