[Reproducible-commits] [debhelper] 15/17: dh_installdocs: Fix typo of install_dir

Mattia Rizzolo mattia at mapreri.org
Sat Apr 11 11:58:45 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 b0bd45649ab768392e194aca09afb6e2a58880ab
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Apr 7 20:50:10 2015 +0200

    dh_installdocs: Fix typo of install_dir
    
    Thanks to Reiner Herrmann for spotting it. :)
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_installdocs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_installdocs b/dh_installdocs
index 6db4b8d..aa6541c 100755
--- a/dh_installdocs
+++ b/dh_installdocs
@@ -318,7 +318,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 	
 	if (%doc_ids) {
 		if (! -d "$tmp/usr/share/doc-base/") {
-			install_dirdd("$tmp/usr/share/doc-base/");
+			install_dir("$tmp/usr/share/doc-base/");
 		}
 	}
 	# check for duplicate document ids

-- 
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