aboutsummaryrefslogtreecommitdiffstats
path: root/specgen.sh
diff options
context:
space:
mode:
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