]> git.pld-linux.org Git - packages/m4.git/commitdiff
explicitly define encoding for texinfo file
authorJan Palus <atler@pld-linux.org>
Thu, 30 Apr 2020 10:44:15 +0000 (10:44 +0000)
committerJan Palus <atler@pld-linux.org>
Thu, 30 Apr 2020 10:44:15 +0000 (10:44 +0000)
decoding fails with utf-8 by default

m4.spec

diff --git a/m4.spec b/m4.spec
index 6f555d2a01635af2ad7c46c86c6bf7c05911770c..f79ed551e306cc29ee206ddb28d596ce8fa2e17f 100644 (file)
--- a/m4.spec
+++ b/m4.spec
@@ -78,6 +78,8 @@ Statyczna biblioteka m4.
 %patch0 -p1
 %patch1 -p1
 
+%{__sed} -i '1 i @documentencoding ISO-8859-1' doc/m4.texi
+
 %build
 %configure \
        PACKAGE=m4 \
This page took 0.108102 seconds and 4 git commands to generate.