diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-06-07 00:22:01 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-06-07 00:22:01 +0000 |
commit | ecc6b895f60f149122eee9a3df2342e4b738fd0e (patch) | |
tree | 8c0eef3c29edd622dbfba6055d56056b5f0491db /specgen.sh | |
parent | acd8b10a2110ff8b76bc589896a77decd1248446 (diff) | |
download | fetchmail-ecc6b895f60f149122eee9a3df2342e4b738fd0e.tar.gz fetchmail-ecc6b895f60f149122eee9a3df2342e4b738fd0e.tar.bz2 fetchmail-ecc6b895f60f149122eee9a3df2342e4b738fd0e.zip |
Ready to merge in Julian Haight's changes.
svn path=/trunk/; revision=2899
Diffstat (limited to 'specgen.sh')
-rwxr-xr-x | specgen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ rm -rf \$RPM_BUILD_ROOT %attr(644, root, man) /usr/man/man1/*.1.gz %attr(755, root, root) /usr/bin/fetchmail # Uncomment the following to support internationalization -# attr(644,root,root) /usr/share/locale/*/LC_MESSAGES/fetchmail.mo +# %attr(644,root,root) /usr/share/locale/*/LC_MESSAGES/fetchmail.mo # Uncomment the following to make split fetchmail and fetchmailconf packages # %files -n fetchmailconf %attr(644,root,root) /etc/X11/wmconfig/fetchmailconf |