From 909517e402940def8d86156143ade4c53f1cef0e Mon Sep 17 00:00:00 2001 From: freesource Date: Tue, 23 Oct 2001 18:20:47 +0000 Subject: [PATCH] This sets TMPDIR to $tmp which makes dpkg-deb happy assuming the dir is at least wx. There are no wx checks unless $no_rebuilddb is set to 0. --- swim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/swim b/swim index 673c97f..def9802 100755 --- a/swim +++ b/swim @@ -239,6 +239,10 @@ sub command { if ($commands{"testmenu"}) { menuindex(); } + + + # makes dpkg-deb happy + $ENV{"TMPDIR"} = $tmp; if ($#ARGV == -1 && !defined %commands){