]> git.donarmstrong.com Git - debhelper.git/commit
rmdir_builddir(): use shell commands rather than perl equivalent.
authorModestas Vainius <modestas@vainius.eu>
Tue, 30 Jun 2009 13:04:50 +0000 (16:04 +0300)
committerModestas Vainius <modestas@vainius.eu>
Tue, 30 Jun 2009 13:07:28 +0000 (16:07 +0300)
commite406fc18cd733342b04c1bf70352988d6e9007a1
tree9063c507552c4100f246b8e3687d43b5684ae525
parent9a867d7d344bc3c59a3326123f7323655c311d6c
rmdir_builddir(): use shell commands rather than perl equivalent.

Pass --ignore-fail-on-non-empty option to shell rmddir and later
check with -d if the exists to get the same effect. Also drop
no act check from rmdir_builddir(), doit() does it for us now.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
Debian/Debhelper/Buildsystem.pm