forked from pool/xmlto
5a77a4ea75
update to 0.0.25 OBS-URL: https://build.opensuse.org/request/show/124705 OBS-URL: https://build.opensuse.org/package/show/Publishing/xmlto?expand=0&rev=18
15 lines
417 B
Diff
15 lines
417 B
Diff
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"
|