1SHTOOL-FIXPERM.TMP(1) GNU Portable Shell Tool SHTOOL-FIXPERM.TMP(1)
2
3
4
6 shtool fixperm - GNU shtool file permission fixing command
7
9 shtool fixperm [-v|--verbose] [-t|--trace] path [path ...]
10
12 shtool fixperm fixes file permissions inside a source tree under path
13 by cleaning up the permission bits. It determines the cleaned up
14 permission from the already set bits. It is intended to be run before a
15 tarball is rolled (usually with shtool tarball) out of a source tree.
16 The trick is that this is more convenient than having to set the
17 permissions manually or by using a large file list.
18
20 The following command line options are available.
21
22 -v, --verbose
23 Display some processing information.
24
25 -t, --trace
26 Enable the output of the essential shell commands which are
27 executed.
28
30 # Makefile.in
31 dist:
32 shtool fixperm -v *
33 ...
34
36 The GNU shtool fixperm command was originally written by Ralf S.
37 Engelschall <rse@engelschall.com> in 1996 for OSSP eperl. It was later
38 taken over into GNU shtool.
39
41 shtool(1), chmod(1).
42
43
44
4518-Jul-2008 shtool 2.0.8 SHTOOL-FIXPERM.TMP(1)