1
0
mirror of https://github.com/fspc/dswim.git synced 2025-02-22 00:23:28 -05:00

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.
This commit is contained in:
freesource 2001-10-23 18:20:47 +00:00
parent 92d1ab60b2
commit 909517e402

4
swim
View File

@ -239,6 +239,10 @@ sub command {
if ($commands{"testmenu"}) {
menuindex();
}
# makes dpkg-deb happy
$ENV{"TMPDIR"} = $tmp;
if ($#ARGV == -1 && !defined %commands){