[debhelper-devel] [debhelper] 01/08: Buildsystem: Use install_dir instead of doit(mkdir)
    Niels Thykier 
    nthykier at moszumanska.debian.org
       
    Sun Jul 16 12:43:50 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 855f303c7e21aa0e16f3113ae9c9fdd145e92c0b
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