]> git.pld-linux.org Git - packages/xmlto.git/commitdiff
- fix mktemp (thx qboosh); rel 6 AC-branch auto/ac/xmlto-0_0_19-6
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 25 Dec 2007 23:24:27 +0000 (23:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xmlto.spec -> 1.22

xmlto.spec

index aac7e15632eb15aafd3bbf260b672418f85fc17d..22c7101fe3a63c16a0e63d971837c372e0bef2b2 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A tool for converting XML files to various formats
 Summary(pl.UTF-8):     Narzędzie do konwersji plików XML do różnych formatów
 Name:          xmlto
 Version:       0.0.19
-Release:       5
+Release:       6
 Epoch:         0
 License:       GPL v2
 Group:         Applications/System
@@ -45,8 +45,8 @@ przy użyciu styli XSL.
 
 cat > refentry2man <<'EOF'
 #!/bin/sh
-XMLTO_TMPFILE=$(mktemp -p xmltoXXXXXX)
-XMLTO_TMPDIR=$(mktemp -d -p xmltodirXXXXXX)
+XMLTO_TMPFILE=$(mktemp -t xmltoXXXXXX)
+XMLTO_TMPDIR=$(mktemp -d -t xmltodirXXXXXX)
 cat - > $XMLTO_TMPFILE
 xmlto -o $XMLTO_TMPDIR man $XMLTO_TMPFILE >/dev/null
 cat $XMLTO_TMPDIR/*
This page took 0.034471 seconds and 4 git commands to generate.