aboutsummaryrefslogtreecommitdiffstats
path: root/specgen.sh
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-12-29 18:11:55 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-12-29 18:11:55 +0000
commit2ba847e20cce7ec586ac58e63900b3da100190fd (patch)
tree7f75e98bd36260b951ceb80ff4283f317c2255f2 /specgen.sh
parent4351027a55956d2848573690fa3e1014a3f290fd (diff)
downloadfetchmail-2ba847e20cce7ec586ac58e63900b3da100190fd.tar.gz
fetchmail-2ba847e20cce7ec586ac58e63900b3da100190fd.tar.bz2
fetchmail-2ba847e20cce7ec586ac58e63900b3da100190fd.zip
Speculative fix.
svn path=/trunk/; revision=2693
Diffstat (limited to 'specgen.sh')
-rwxr-xr-xspecgen.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/specgen.sh b/specgen.sh
index f3848a1b..55869268 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -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