aboutsummaryrefslogtreecommitdiffstats
path: root/main/docbook-xsl/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/docbook-xsl/APKBUILD')
-rw-r--r--main/docbook-xsl/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/docbook-xsl/APKBUILD b/main/docbook-xsl/APKBUILD
index 518ac2d64d..1c2edb4136 100644
--- a/main/docbook-xsl/APKBUILD
+++ b/main/docbook-xsl/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=docbook-xsl
pkgver=1.78.1
-pkgrel=1
+pkgrel=2
pkgdesc="XML stylesheets for Docbook-xml transformations."
url="http://docbook.sourceforge.net/"
arch="all"
@@ -20,7 +20,8 @@ package() {
local _dest dir f
_dest="$pkgdir"/usr/share/xml/docbook/xsl-stylesheets-$pkgver
- install -m644 VERSION VERSION.xsl "$_dest"/
+ install -dm755 "$_dest"
+ install -m644 VERSION VERSION.xsl "$_dest"/ || return 1
for dir in assembly common eclipse epub epub3 fo highlighting html \
htmlhelp javahelp lib manpages params profiling roundtrip \