Browse Source

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.
master
freesource 23 years ago
parent
commit
909517e402
  1. 4
      swim

4
swim

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

Loading…
Cancel
Save