summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/fdp-functions6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/fdp-functions b/bin/fdp-functions
index a5d31e7..285fff4 100644
--- a/bin/fdp-functions
+++ b/bin/fdp-functions
@@ -18,8 +18,8 @@ esac
FDPBINDIR="${FDPDIR}/docs-common/bin"
FDPPKGDIR="${FDPDIR}/docs-common/packaging"
-# NOTE TO PAUL: This is not a happy solution to defining ${RPMINFO}
-#RPMINFO=${RPMINFO:-"${LANG}/rpm-info-${LANG}.xml"}
+PRI_LANG=${PRI_LANG:-"en"}
+RPMINFO=${RPMINFO:-"${PRI_LANG}/rpm-info-${PRI_LANG}.xml"}
XSLTPROC=${XSLTPROC:-xsltproc}
XMLFORMAT=${XMLFORMAT:-"${FDPBINDIR}/xmlformat"}
XMLFOPTS=${XMLFOPTS:-"-f ${FDPBINDIR}/xmlformat-fdp.conf"}
@@ -60,7 +60,7 @@ version()
if [ -f "${RPMINFO}" ]; then
${XSLTPROC} ${OPTS} "${FDPPKGDIR}/doc-version.xsl" "$RPMINFO"
else
- echo -n XXX
+ echo -n TBD
fi
# The stylesheet doesn't put a NL at the end.
echo