From ea0dcd81554b0944741064f2582741256f0e33a7 Mon Sep 17 00:00:00 2001 From: Nicolas Quiniou-Briand Date: Nov 16 2018 10:26:12 +0000 Subject: Fix typo --- diff --git a/modules/ROOT/pages/_partials/proc_rpm_creating_an_rpm.adoc b/modules/ROOT/pages/_partials/proc_rpm_creating_an_rpm.adoc index 20dfb83..24984c0 100644 --- a/modules/ROOT/pages/_partials/proc_rpm_creating_an_rpm.adoc +++ b/modules/ROOT/pages/_partials/proc_rpm_creating_an_rpm.adoc @@ -54,7 +54,7 @@ A simple program to greet the user, Texas style. .... ---- + -. To instruct the package how to install the program, add thie following information to the `%install` section of the `.spec` file. Add the information to the line that follows `%install`: +. To instruct the package how to install the program, add the following information to the `%install` section of the `.spec` file. Add the information to the line that follows `%install`: + ---- mkdir -p %{buildroot}/%{_bindir}