From dc0356cdcbca25acfdac7811c31a2e47ce4eea25 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 26 Aug 2005 13:26:16 +0000 Subject: r1781: releasing version 4.9.7 --- dh_installdocs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_installdocs') diff --git a/dh_installdocs b/dh_installdocs index 9c12d49d..2ec9bda9 100755 --- a/dh_installdocs +++ b/dh_installdocs @@ -133,7 +133,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { # Pity there's no cp --exclude .. my $pwd=`pwd`; chomp $pwd; - complex_doit("cd $doc/.. && find $dir_basename \\( -type f or -type l \\)$exclude -exec cp --parents -dp {} $pwd/$tmp/usr/share/doc/$package \\;"); + complex_doit("cd $doc/.. && find $dir_basename \\( -type f -or -type l \\)$exclude -exec cp --parents -dp {} $pwd/$tmp/usr/share/doc/$package \\;"); } else { doit("cp","-a",$doc,"$tmp/usr/share/doc/$package"); -- cgit v1.2.3