[fedora-release-notes/f19] try again, with the correct long arguments to publican this time

Pete Travis immanetize at fedoraproject.org
Tue Mar 12 20:52:48 UTC 2013


commit 5b5e2ff54371f8157b1a272844357cd03fa4aac4
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Tue Mar 12 14:51:58 2013 -0600

    try again, with the correct long arguments to publican this time

 fedora-release-notes.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-release-notes.spec b/fedora-release-notes.spec
index 36ed8bd..633169b 100644
--- a/fedora-release-notes.spec
+++ b/fedora-release-notes.spec
@@ -28,7 +28,7 @@ desktop-file-edit --set-icon="%{name}" build/%{name}.desktop
 LOCALES=\"en-US\"
 for LANGDIR in * ; do
     if locale -a|sed -e's/_/-/'|grep -qx ${LANGDIR}
-       then publican build --lang=${LANGDIR} --formats=html
+       then publican build --langs=${LANGDIR} --formats=html
        REALLANG=$(echo "${LANGDIR}"|sed -e 's/-/_/')
        mv tmp/${LANGDIR}/html/* tmp/${LANGDIR}/
        rm -rf tmp/${LANGDIR}/{html,xml*}


More information about the scm-commits mailing list