From 3818ff208c8d5db65ec6f83245e12d79315e8dd1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Sep 2014 14:58:54 -0300 Subject: Pbuilder: ensure a sane TMP for building packages --- pbuilderrc.dot.link | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pbuilderrc.dot.link b/pbuilderrc.dot.link index 9f53700..c63eb43 100644 --- a/pbuilderrc.dot.link +++ b/pbuilderrc.dot.link @@ -26,6 +26,9 @@ if [ "$DIST" != "sid" ]; then OTHERMIRROR="deb http://http.debian.net/debian/ $DIST-backports $COMPONENTS" fi +# Ensure a sane TMP for building packages +TMP="/tmp" + # Multiple pbuilders # https://wiki.ubuntu.com/PbuilderHowto#Multiple_pbuilders # https://wiki.debian.org/cowbuilder#Building_your_package_for_many_distributions_at_once -- cgit v1.2.3