Rémi Debay <debay.r...@gmail.com> writes: > In fact it uses "/tmp" with both.The value is hardcoded. > > Here is a diff fixing it : > > > ============================================= > > 45d44 > < echo $DPEP_TMPDIR > 176c175 > < WORKDIR="$(TMPDIR=$DPEP_TMPDIR mktemp -d -p $DPEP_TMPDIR > dpep-work.XXXXXX)" > --- >> WORKDIR="$(TMPDIR=$DPEP_TMPDIR mktemp -d -p /tmp dpep-work.XXXXXX)" > 187c186 > < REFPDIR="$(TMPDIR=$DPEP_TMPDIR mktemp -d -p $DPEP_TMPDIR > dpep-ref.XXXXXX)" > --- >> REFPDIR="$(TMPDIR=$DPEP_TMPDIR mktemp -d -p /tmp dpep-ref.XXXXXX)" > > =============================================
Could you send an unified diff (diff -u), please? Or even better, a git diff output? Though I can figure out what the above diff does, there's a ton of dpatch bugs I need to review, and since your patch is reasonably recent, there's a chance you can respond before I finish with the rest, and make my life easier :) Thanks in advance! -- |8] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org