diff options
Diffstat (limited to 'specgen.sh')
-rwxr-xr-x | specgen.sh | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -151,8 +151,10 @@ rm -rf \$RPM_BUILD_ROOT %defattr (755, root, root) /usr/bin/fetchmail /usr/bin/fetchmailconf -# Add these for internationalization -#/usr/share/locale/es/LC_MESSAGES/fetchmail.mo -#/usr/share/locale/pl/LC_MESSAGES/fetchmail.mo -#/usr/share/locale/pt_BR/LC_MESSAGES/fetchmail.mo EOF + +# Add these for internationalization +#for file in po/*.mo +#do +# echo "/usr/share/locale/*/LC_MESSAGES/fetchmail.mo" +#done |