summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2008-11-12 16:32:39 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2008-11-12 16:32:39 +0000
commite9f9e6d4a2bc3dbe68387f14083aaca133241bb6 (patch)
tree00de2d7d24ca589015a7d643cfc5832e2211b007
parent2c55eab22f41c72024858521b03d492906724d7b (diff)
downloadpatchelf-e9f9e6d4a2bc3dbe68387f14083aaca133241bb6.tar.gz
* Typo fix.
* Install the README.
-rw-r--r--Makefile.am4
-rw-r--r--README2
2 files changed, 5 insertions, 1 deletions
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: