diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-07-23 19:31:07 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-07-23 19:31:07 +0000 |
commit | 053f60bfbfae40ed681841c5aa94ef80ae7d9f4c (patch) | |
tree | c511cfe5f78bd897cafa6df0623508e8c42c544c /specgen.sh | |
parent | 16f2180c9720ef2473f42538fde9df340c72c92a (diff) | |
download | fetchmail-053f60bfbfae40ed681841c5aa94ef80ae7d9f4c.tar.gz fetchmail-053f60bfbfae40ed681841c5aa94ef80ae7d9f4c.tar.bz2 fetchmail-053f60bfbfae40ed681841c5aa94ef80ae7d9f4c.zip |
Typo fix.
svn path=/trunk/; revision=2934
Diffstat (limited to 'specgen.sh')
-rwxr-xr-x | specgen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ rm -rf \$RPM_BUILD_ROOT %defattr (644, root, root, 755) %doc README NEWS NOTES FAQ COPYING FEATURES sample.rcfile contrib %doc fetchmail-features.html fetchmail-FAQ.html design-notes.html -%attr(644, root, man) /usr/man/man1/*.1 +%attr(644, root, man) /usr/man/man1/*.1* %attr(755, root, root) /usr/bin/fetchmail # Uncomment the following to support internationalization # %attr(644,root,root) /usr/share/locale/*/LC_MESSAGES/fetchmail.mo |