summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/insert-changelog.xsl4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/insert-changelog.xsl b/packaging/insert-changelog.xsl
index 779b4a3..0af909c 100644
--- a/packaging/insert-changelog.xsl
+++ b/packaging/insert-changelog.xsl
@@ -16,9 +16,11 @@ The following stringparam values are expected in this file:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+ <xsl:param name="fdpdir" select="'../..'"/>
+
<xsl:output encoding="UTF-8" indent="yes" method="xml"
omit-xml-declaration="no" standalone="no" version="1.0"
- doctype-system="../docs-common/packaging/rpm-info.dtd"/>
+ doctype-system="{$fdpdir}/docs-common/packaging/rpm-info.dtd"/>
<xsl:template match="/">
<xsl:apply-templates/>