From 3a4216f0e506f383b594c22d8cb836f5ea513e99 Mon Sep 17 00:00:00 2001 From: josef radinger Date: May 21 2019 19:13:52 +0000 Subject: Update guidelines/modules/ROOT/pages/index.adoc another typo --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index 14a3e30..cecaf75 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -1631,7 +1631,7 @@ If the automatic checks and modifications break a package, there are two primary * The packager can elect to fix the shebang lines manually, using patches, scripting via sed, or other similar methods. * The packager can remove the executable permission from the script so that the checks and modifications are not made. -If (and only if) the script needs to remain executable and cannot be modified to pass the checks, then the the maintainer MAY elect to disable the checks and modifications. It is also possible to disable the functionality for specific paths or for specific shebang lines by setting `+%__brp_mangle_shebangs_exclude_from+` and `+%__brp_mangle_shebangs_exclude+`, respectively, using the same syntax as the settings described in Packaging:AutoProvidesAndRequiresFiltering. It is also possible to disable the functionality entirely by adding `+%undefine __brp_mangle_shebangs+` near the beginning of the specfile. +If (and only if) the script needs to remain executable and cannot be modified to pass the checks, then the maintainer MAY elect to disable the checks and modifications. It is also possible to disable the functionality for specific paths or for specific shebang lines by setting `+%__brp_mangle_shebangs_exclude_from+` and `+%__brp_mangle_shebangs_exclude+`, respectively, using the same syntax as the settings described in Packaging:AutoProvidesAndRequiresFiltering. It is also possible to disable the functionality entirely by adding `+%undefine __brp_mangle_shebangs+` near the beginning of the specfile. == BRP (BuildRoot Policy) Scripts