--- lib/ps2epsi.org 2003-11-15 18:45:26.123092511 +0100 +++ lib/ps2epsi 2003-11-15 18:45:43.224353499 +0100 @@ -1,7 +1,7 @@ #!/bin/sh # $Id: gs7.07.1-ps2epsi.patch,v 1.1 2003/11/15 18:22:17 lanius Exp $ -tmpfile=/tmp/ps2epsi$$ +tmpfile=$(tempfile --prefix=ps2ep) rm -f $tmpfile if test -e $tmpfile; then echo "$0: Our temporary file $tmpfile already exists." 1>&2