[debhelper-devel] [debhelper] 01/01: dh_installdocs: Fix typo of install_dir

Niels Thykier nthykier at moszumanska.debian.org
Tue Apr 7 18:50:47 UTC 2015


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 0be3a792b100098600c8f89dadbe2af1c8f54585
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/debhelper/debhelper.git




More information about the debhelper-devel mailing list