From b1fe47bbcac65592cd6e2562f29c5b3cd957e3e7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 18 Jan 2007 18:53:49 +0000 Subject: * --shrink-rpath doesn't take an argument. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 609ae95..4539dba 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ libraries. In particular, it can do the following: * Shrink the RPATH of executables and libraries: - $ patchelf --shrink-rpath /opt/my-libs/lib:/other-libs my-program + $ patchelf --shrink-rpath my-program This removes from the RPATH all directories that do not contain a library referenced by DT_NEEDED fields of the executable or library. -- cgit v0.12