Re: [OE-core] [PATCH] Makedoc.sh uses home /tmp and fails is noexec is set

2014-10-06 Thread Richard Purdie
On Thu, 2014-10-02 at 15:14 -0400, Konrad Scherer wrote: > From: Konrad Scherer > > The Makedoc.sh script uses the following line to set TMPDIR > > export TMPDIR=`mktemp -d ${TMPDIR:-/tmp}/ldt.XX`; > > and then later in the script: > > chmod u+x $TMPDIR/linuxdoc > > Since TMPDIR is no

[OE-core] [PATCH] Makedoc.sh uses home /tmp and fails is noexec is set

2014-10-02 Thread Konrad Scherer
From: Konrad Scherer The Makedoc.sh script uses the following line to set TMPDIR export TMPDIR=`mktemp -d ${TMPDIR:-/tmp}/ldt.XX`; and then later in the script: chmod u+x $TMPDIR/linuxdoc Since TMPDIR is not set the script will default to /tmp and if /tmp is set to noexec (which is be