]> git.donarmstrong.com Git - debhelper.git/commitdiff
clarify
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 28 May 2009 18:39:18 +0000 (14:39 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 28 May 2009 18:39:18 +0000 (14:39 -0400)
dh_fixperms

index 6fa5065287f54517e1fc78cfc0f611c9155f5ce4..10261493fe85516f612e7cb8ad59cc03ce5a6b0f 100755 (executable)
@@ -24,9 +24,9 @@ dh_fixperms makes all files in usr/share/doc in the package build directory
 the permissions of all man pages to mode 644. It makes all files be owned
 by root, and it removes group and other write permission from all files. It
 removes execute permissions from any libraries, headers, perl modules, or
-desktop files that have it set. It makes all files in bin/ directories,
-/usr/games/ and etc/init.d executable (since v4). Finally, it removes the
-setuid and setgid bits from all files in the package.
+desktop files that have it set. It makes all files in the standard bin and
+sbin directories, usr/games/ and etc/init.d executable (since v4). Finally,
+it removes the setuid and setgid bits from all files in the package.
 
 =head1 OPTIONS