diff options
author | joey <joey> | 2005-08-26 13:26:16 +0000 |
---|---|---|
committer | joey <joey> | 2005-08-26 13:26:16 +0000 |
commit | dc0356cdcbca25acfdac7811c31a2e47ce4eea25 (patch) | |
tree | cb619ad5823ad4b2d3604ebec33921ed2fe40a4c /dh_installdocs | |
parent | 7c8bae9e6b2dad06a0e7c9b4317987049eb65537 (diff) | |
download | debhelper-dc0356cdcbca25acfdac7811c31a2e47ce4eea25.tar.gz |
r1781: releasing version 4.9.74.9.7
Diffstat (limited to 'dh_installdocs')
-rwxr-xr-x | dh_installdocs | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |