Remove hardcoded library path 56/3756/1
authorBaptiste DURAND <baptiste.durand@eurogiciel.fr>
Wed, 29 May 2013 15:17:20 +0000 (17:17 +0200)
committerBaptiste DURAND <baptiste.durand@eurogiciel.fr>
Wed, 29 May 2013 15:17:20 +0000 (17:17 +0200)
packaging/sys-assert.spec

index b76074311e91af993231b46c6bc3161bd9888dfd..76897d407b7e53ea56443680270a3971829d6baf 100644 (file)
@@ -46,7 +46,7 @@ if [ -f %{_libdir}/rpm-plugins/msm.so ]; then
 fi
 
 if [ ! -d /.build ]; then
-       echo "/usr/lib/libsys-assert.so" >> /etc/ld.so.preload
+       echo "%{_libdir}/libsys-assert.so" >> /etc/ld.so.preload
        chmod 644 /etc/ld.so.preload
 fi