[Reproducible-commits] [debhelper] 32/61: dh_gconf: Fix some calls to doit

Mattia Rizzolo mattia at mapreri.org
Sat Apr 4 18:37:33 UTC 2015


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

mapreri-guest pushed a commit to branch pu/reproducible_builds
in repository debhelper.

commit 0ac705cfc443f9182c7153d749528bc955779c40
Author: Martin Koeppe <mkoeppe at gmx.de>
Date:   Thu Jan 8 17:35:15 2015 +0100

    dh_gconf: Fix some calls to doit
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_gconf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dh_gconf b/dh_gconf
index b7132e7..c200bea 100755
--- a/dh_gconf
+++ b/dh_gconf
@@ -79,9 +79,9 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 	# Migrate schemas from /etc/gconf/schemas to /usr/share/gconf/schemas
 	if (-d $old_schemas_dir) {
-		doit("mkdir -p $new_schemas_dir") unless -d $new_schemas_dir;
-		doit("mv $old_schemas_dir/*.schemas $new_schemas_dir/");
-		doit("rmdir -p --ignore-fail-on-non-empty $old_schemas_dir");
+		doit("mkdir","-p",$new_schemas_dir) unless -d $new_schemas_dir;
+		complex_doit("mv $old_schemas_dir/*.schemas $new_schemas_dir/");
+		doit("rmdir","-p","--ignore-fail-on-non-empty",$old_schemas_dir);
 	}
 
 	if (-d "$new_schemas_dir") {

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



More information about the Reproducible-commits mailing list