diff options
Diffstat (limited to 'graphics/qgis-ltr/files/patch-scripts_update-news.pl')
-rw-r--r-- | graphics/qgis-ltr/files/patch-scripts_update-news.pl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/qgis-ltr/files/patch-scripts_update-news.pl b/graphics/qgis-ltr/files/patch-scripts_update-news.pl deleted file mode 100644 index d80a79182a49..000000000000 --- a/graphics/qgis-ltr/files/patch-scripts_update-news.pl +++ /dev/null @@ -1,13 +0,0 @@ ---- scripts/update-news.pl.orig 2019-08-16 12:03:55 UTC -+++ scripts/update-news.pl -@@ -61,8 +61,8 @@ close $in; - - copy($tempfile, "doc/news.t2t"); - --system "txt2tags --encoding=utf-8 -odoc/news.html -t html doc/news.t2t"; --system "txt2tags --encoding=utf-8 -oNEWS -t txt doc/news.t2t"; -+system "txt2tags -odoc/news.html -t html doc/news.t2t"; -+system "txt2tags -oNEWS -t txt doc/news.t2t"; - - =head1 NAME - |