diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-03 23:57:48 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-03 23:57:48 +0100 |
commit | 136b008fe708494f36c10ce464da65d122d76192 (patch) | |
tree | 5a8cab37dcd3aa67aa991c0c89bf608aeaf778ea | |
parent | 97aed46fa392cfdc8cf63cc655b2439391a931b5 (diff) | |
download | patches-136b008fe708494f36c10ce464da65d122d76192.tar patches-136b008fe708494f36c10ce464da65d122d76192.tar.gz |
gnu: patchelf: Shorten synopsis.
* gnu/packages/patchelf.scm (patchelf): Shorten synopsis.
-rw-r--r-- | gnu/packages/patchelf.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/patchelf.scm b/gnu/packages/patchelf.scm index 0a7ba5c261..1bbe010ce1 100644 --- a/gnu/packages/patchelf.scm +++ b/gnu/packages/patchelf.scm @@ -39,8 +39,7 @@ "00bw29vdsscsili65wcb5ay0gvg1w0ljd00sb5xc6br8bylpyzpw")))) (build-system gnu-build-system) (home-page "http://nixos.org/patchelf.html") - (synopsis - "A small utility to modify the dynamic linker and RPATH of ELF executables") + (synopsis "Modify the dynamic linker and RPATH of ELF executables") (description "PatchELF allows the ELF \"interpreter\" and RPATH of an ELF binary to be changed.") |