From 58f5cf290f257d3a717bc151525ecddd44f60583 Mon Sep 17 00:00:00 2001 From: josef radinger Date: May 21 2019 18:56:55 +0000 Subject: small typo in guidelines/modules/ROOT/pages/index.adoc small typo --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index d4f25f9..14a3e30 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 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 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