[Reproducible-commits] [debhelper] 02/28: dh_installdocs: Fix typo of install_dir
Mattia Rizzolo
mattia at mapreri.org
Fri May 1 18:07:22 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 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/reproducible/debhelper.git
More information about the Reproducible-commits
mailing list