summaryrefslogtreecommitdiff
path: root/packaging/xmlto-lynx-empty-file.patch
blob: 92c8d177f057689a17c01175b52b88d9c5a76f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: xmlto.in
===================================================================
--- xmlto.in.orig
+++ xmlto.in
@@ -584,6 +584,9 @@ else
   #xsltproc may return no file on empty input, touch it to have it for sure
   touch "$XSLT_PROCESSED"
 
+  #xsltproc may return no file on empty input, touch it to have it for sure
+  touch "$XSLT_PROCESSED"
+
   if [ $? == 4 ]
   then
     XSLTOPTS="${XSLTOPTS} --catalogs"