reiser4progs (1.0.7-6.3) 02_fix_ldconfig.patch

Summary

 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

diff -u reiser4progs-1.0.7.orig/Makefile.in reiser4progs-1.0.7/Makefile.in
--- reiser4progs-1.0.7.orig/Makefile.in	2009-01-16 17:25:06.000000000 +0100
+++ reiser4progs-1.0.7/Makefile.in	2009-02-08 12:42:43.000000000 +0100
@@ -659,7 +659,7 @@
 	$(all-sources) | xargs -- ctags -w -o TAGS
 
 install-exec-hook:
-	./run-ldconfig $(libdir)
+	$(top_srcdir)/run-ldconfig $(libdir)
 
 uninstall-hook:
 	./run-ldconfig $(libdir)