[Reproducible-commits] [debhelper] 01/02: dh_installdocs: Fix typo of install_dir
Mattia Rizzolo
mattia at mapreri.org
Tue Apr 7 19:45:11 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 79e9ee156294753cfee69911e25daf56d253dab0
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