mirror of
https://github.com/fspc/dswim.git
synced 2025-04-04 08:13:24 -04: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:
parent
92d1ab60b2
commit
909517e402
4
swim
4
swim
@ -241,6 +241,10 @@ sub command {
|
||||
}
|
||||
|
||||
|
||||
# makes dpkg-deb happy
|
||||
$ENV{"TMPDIR"} = $tmp;
|
||||
|
||||
|
||||
if ($#ARGV == -1 && !defined %commands){
|
||||
if ($Getopt::Long::error != 1) {
|
||||
pager(usage());
|
||||
|
Loading…
x
Reference in New Issue
Block a user