RyōTa SimaMoto (Thursday, 22. April 2010) > Ulf-D.Ehlert wrote: > > Which changes are necessary? > > They are very simple. > s@mktemp --tmpdir@mktemp -t@ > s@xargs --no-run-if-empty@xargs@ > > The first replacement means that --tmpdir option is > not supported like as > https://bugzilla.redhat.com/show_bug.cgi?id=581416 According to the mktemp man page (coreutils-7.1) the options "-t" (and "-p") are deprecated, so I will try s@mktemp --tmpdir *@${TMPDIR:-/tmp}/@ which should be an equivalent (and portable) solution. > The second replacement can be also > s@xargs --no-run-if-empty@xargs -r@ > where -r option is a dummy for compatibility to GNU xargs, > since FreeBSD xargs does not run the given command if > imput argument is empty. Maybe it's even better to use xargs without any option. Thank you for your comments! Bye, Ulf
Attachment:
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Gimp-docs mailing list Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs