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){