move the previous fix for sourcedir, again

git-svn-id: http://emdebian.org/svn/current@7270 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
codehelp 2010-06-01 08:50:14 +00:00
parent e92613ef72
commit 7a154eb65d

View file

@ -693,8 +693,8 @@ sub tidy_apt
} else { } else {
unlink ("${dir}${cachedir}archives/$file"); unlink ("${dir}${cachedir}archives/$file");
} }
$sourcedir=undef;
} }
$sourcedir=undef;
} }
} }