From e9f9e6d4a2bc3dbe68387f14083aaca133241bb6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 12 Nov 2008 16:32:39 +0000 Subject: * Typo fix. * Install the README. --- Makefile.am | 4 ++++ README | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7f17304..46f6d1c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,3 +4,7 @@ EXTRA_DIST = COPYING README patchelf.spec patchelf.spec.in patchelf.spec: patchelf.spec.in sed -e "s^@version\@^$(VERSION)^g" < patchelf.spec.in > patchelf.spec + +install-data-local: + $(INSTALL) -d $(DESTDIR)$(docdir) + $(INSTALL_DATA) README $(DESTDIR)$(docdir)/ diff --git a/README b/README index c146165..b0af886 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -PatchELF is simple utility for modifing existing ELF executables and +PatchELF is a simple utility for modifing existing ELF executables and libraries. In particular, it can do the following: * Change the dynamic loader ("ELF interpreter") of executables: -- cgit v0.12