summaryrefslogtreecommitdiff
path: root/dh_fixperms
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-07-10 04:49:01 +0000
committerIgor Pashev <pashev.igor@gmail.com>2012-07-10 04:49:01 +0000
commite165eaa589b53a44e0adf98518a1866a6beaee1b (patch)
tree5832b68f1e5fbf9b8c881dc310deebc9e45934e2 /dh_fixperms
parent9defe15604385a5a4c8e273e31aeffd61b29398b (diff)
parent58eb4fbf01ebf68148295b6d0c48b4fd7882d75d (diff)
downloaddebhelper-e165eaa589b53a44e0adf98518a1866a6beaee1b.tar.gz
Merge git://git.debian.org/git/debhelper/debhelper
Conflicts: debian/changelog
Diffstat (limited to 'dh_fixperms')
-rwxr-xr-xdh_fixperms2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_fixperms b/dh_fixperms
index b3579c4e..73eacb50 100755
--- a/dh_fixperms
+++ b/dh_fixperms
@@ -58,7 +58,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
complex_doit("find $tmp ! -type l $find_options -print0",
"2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s");
- # Fix up premissions in usr/share/doc, setting everything to not
+ # Fix up permissions in usr/share/doc, setting everything to not
# executable by default, but leave examples directories alone.
complex_doit("find $tmp/usr/share/doc -type f $find_options ! -regex '$tmp/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null",
"| xargs -0r chmod 644");