aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-06-01 15:18:53 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-06-01 15:18:53 +0300
commit191c06630813efdda69a58eed2f65e0e07cd9727 (patch)
tree2334f33bbe2b60966a0e39bd74e009df003033b1
parent048800a78f64808116bb9b943837062a67f586ae (diff)
downloadruncap-191c06630813efdda69a58eed2f65e0e07cd9727.tar.gz
runcap-191c06630813efdda69a58eed2f65e0e07cd9727.tar.bz2
Fix typo in READMEv1.0
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 91f5b16..f94219f 100644
--- a/README
+++ b/README
@@ -42,13 +42,13 @@ steps:
423. Add it to *git* index: 423. Add it to *git* index:
43 #+BEGIN_SRC shell-script 43 #+BEGIN_SRC shell-script
44 git add runcap 44 git add runcap
45 #+END_SRC 45 #+END_SRC
464. Add it to your toplevel *Makefile.am*. 464. Add it to your toplevel *Makefile.am*.
47 #+BEGIN_SRC make 47 #+BEGIN_SRC make
48 ACLOCAL_AMFLAGS = -I grecs/am 48 ACLOCAL_AMFLAGS = -I runcap
49 49
50 SUBDIRS = runcap 50 SUBDIRS = runcap
51 #+END_SRC 51 #+END_SRC
525. Edit your *configure.ac* 525. Edit your *configure.ac*
53 #+BEGIN_SRC automake 53 #+BEGIN_SRC automake
54 RUNCAP_SETUP 54 RUNCAP_SETUP

Return to:

Send suggestions and report system problems to the System administrator.