Ulf-D.Ehlert wrote:
> Which changes are necessary?

They are very simple.
s...@mktemp --tmp...@mktemp -t@
s...@xargs --no-run-if-em...@xargs@

The first replacement means that --tmpdir option is
not supported like as
https://bugzilla.redhat.com/show_bug.cgi?id=581416

The second replacement can be also
s...@xargs --no-run-if-em...@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.


-- 
-=-=-=-=-=
SimaMoto,RyōTa
<liangtai...@gmail.com>,<ss2px...@yahoo.co.jp>
http://code.google.com/p/gimp-doc-ja/
http://www.geocities.jp/ss2pxd1c/
_______________________________________________
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

Reply via email to