diff options
author | joey <joey> | 2001-06-18 18:11:07 +0000 |
---|---|---|
committer | joey <joey> | 2001-06-18 18:11:07 +0000 |
commit | e7f5e45df1ff9c01e2565938109ac1df7fa9026e (patch) | |
tree | d1b448d4cc501c66fcf80bc9114c2ea1f0513756 /dh_fixperms | |
parent | b6c9774b7327d6febc2d9f8e8f95c5abb96e0691 (diff) | |
download | debhelper-e7f5e45df1ff9c01e2565938109ac1df7fa9026e.tar.gz |
r480: * Revert change of 3.0.30. This broke too much stuff. Maybe I'll
change it in debhelper v4..
Diffstat (limited to 'dh_fixperms')
-rwxr-xr-x | dh_fixperms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_fixperms b/dh_fixperms index 28315c38..5d982ad3 100755 --- a/dh_fixperms +++ b/dh_fixperms @@ -30,7 +30,7 @@ it removes the setuid and setgid bits from all files in the package. =over 4 -=item B<-X>I<item>, B<--exclude>I<item> +=item B<-X>I<item>, B<--exclude> I<item> Exclude files that contain "item" anywhere in their filename from having their permissions changed. You may use this option multiple times to build |