Accepting request 1000661 from home:kukuk:branches:devel:tools
- The manual pages are already in UTF-8 format, so don't convert them from latin1 to UTF-8, this will break the encoding [bsc#1203020] OBS-URL: https://build.opensuse.org/request/show/1000661 OBS-URL: https://build.opensuse.org/package/show/devel:tools/fakeroot?expand=0&rev=37
This commit is contained in:
parent
02e9d46df5
commit
51189fdfe3
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 11:20:13 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- The manual pages are already in UTF-8 format, so don't convert
|
||||
them from latin1 to UTF-8, this will break the encoding
|
||||
[bsc#1203020]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 7 19:23:17 UTC 2022 - Matthias Eliasson <elimat@opensuse.org>
|
||||
|
||||
|
@ -61,11 +61,6 @@ pushd doc
|
||||
po4a -k 0 --rm-backups --variable "srcdir=../doc/" po4a/po4a.cfg
|
||||
popd
|
||||
|
||||
for file in ./doc/{*.1,*/*.1}; do
|
||||
iconv -f latin1 -t utf8 < $file > $file.new && \
|
||||
mv -f $file.new $file
|
||||
done
|
||||
|
||||
for type in sysv tcp; do
|
||||
mkdir obj-$type
|
||||
cd obj-$type
|
||||
|
Loading…
Reference in New Issue
Block a user