From 12961e12fc8cad1af78f6cc357fde542162ab729 Mon Sep 17 00:00:00 2001 From: Salvador Gudino Date: Oct 07 2022 07:21:08 +0000 Subject: Update modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc Removing extra underscore --- diff --git a/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc b/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc index 724934c..b6b55ed 100644 --- a/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc +++ b/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc @@ -263,7 +263,7 @@ Installed (but unpackaged) file(s) found: Since our program uses translations and internationalization, we are seeing a lot of undeclared i18n files. -The https://docs.fedoraproject.org/en-US/packaging-guidelines/#_handling_locale_files[recommended method] +The https://docs.fedoraproject.org/en-US/packaging-guidelines/#handling_locale_files[recommended method] to declare them is: . Add the required build dependency with `+BuildRequires: gettext+`.