From 690ef3b1bca1cf604599b60dd9ae291d5e210604 Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Dec 08 2018 01:50:06 +0000 Subject: Fix typo --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index 139f716..b484a3e 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -1545,7 +1545,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_shegangs_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 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