diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2009-12-16 23:14:04 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-17 10:43:52 +0200 |
commit | 79b0ebedc13185f2d85e688d8cd4e007ddea70e1 (patch) | |
tree | 5ff4ae70723fe35fd86f4316b40a74497f07bd15 /INSTALL | |
parent | edac0476a8ea3fbd1d86df2667a1b62d831b2653 (diff) | |
download | rpm-79b0ebedc13185f2d85e688d8cd4e007ddea70e1.tar.gz |
Use grep -E and grep -F instead of egrep and fgrep.
egrep and fgrep are deprecated in GNU grep and "historical" in POSIX.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -235,7 +235,7 @@ with: and if you wish to ensure that some directories are not traversed you can use the option: - --ignore_dirs 'egrep|pattern|of|paths|to|ignore + --ignore_dirs 'grep-E|pattern|of|paths|to|ignore By default the generated rpm will include a %verifyscript to verify checksum of all files traversed has not changed. This additional |