From 02e1e94ab9bae1ead5d0c028bc289bd0cb77cc5e Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 12 Sep 2011 22:30:17 +0200 Subject: [PATCH] add a missing "make install" call to README in the libapparmor section. Acked-by: John Johansen --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 02d5da1ba..fcc3b5a4e 100644 --- a/README +++ b/README @@ -65,6 +65,7 @@ $ sh ./autogen.sh $ sh ./configure --prefix=/usr --with-perl # see below $ make $ make check +$ make install [optional arguments to libapparmor's configure include --with-python and --with-ruby, to generate python and ruby bindings to libapparmor,