[debhelper-devel] [debhelper] 03/08: Buildsystem: Use install_dir instead of doit(mkdir)

Niels Thykier nthykier at moszumanska.debian.org
Sun Jul 16 11:13:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch shell-out-less
in repository debhelper.

commit b98b63f7d8cc308231d3d46331ac908204742366
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Jul 15 10:56:52 2017 +0000

    Buildsystem: Use install_dir instead of doit(mkdir)
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 Debian/Debhelper/Buildsystem.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Debian/Debhelper/Buildsystem.pm b/Debian/Debhelper/Buildsystem.pm
index 2df427b..3d31d0f 100644
--- a/Debian/Debhelper/Buildsystem.pm
+++ b/Debian/Debhelper/Buildsystem.pm
@@ -287,7 +287,7 @@ sub get_build_rel2sourcedir {
 sub mkdir_builddir {
 	my $this=shift;
 	if ($this->get_builddir()) {
-		doit("mkdir", "-p", $this->get_builddir());
+		install_dir($this->get_builddir());
 	}
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list