From 1e61c998a9e8578d6c4ba4672af0cdeb8d6c7b0c Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 13 Mar 2026 20:06:23 +0200 Subject: [PATCH] Add missing files --- pkg.info | 2 +- source.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 85fb424..d9d7df7 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: docbook-xsl-nons description: Docbook XSL modular stylesheet version: 1.79.2 -revision: 4 +revision: 5 url: https://docbook.org/ license: LicenseRef-docbook-XSL maintainers: diff --git a/source.sh b/source.sh index 7a7d52b..42606ba 100644 --- a/source.sh +++ b/source.sh @@ -13,6 +13,7 @@ prepare() { # This function is used to move the compiled files into the output directory package() { install -dvm755 "$BPM_OUTPUT"/usr/share/xml/docbook/xsl-stylesheets-nons-${BPM_PKG_VERSION} + install -m644 "$BPM_SOURCE"/VERSION{,.xsl} -t "$BPM_OUTPUT"/usr/share/xml/docbook/xsl-stylesheets-nons-${BPM_PKG_VERSION} ( shopt -s nullglob for i in assembly common eclipse epub epub3 fo highlighting html \