summaryrefslogtreecommitdiffstats
path: root/main/docbook-xsl
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-03-06 09:47:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-03-06 09:47:21 +0000
commit851524ef69ea2b8cc809e22e95504c3536f74201 (patch)
tree7153beeb98e020fe4f12726a733793ab38aedacd /main/docbook-xsl
parent9061a32d54892dc689d6d072445e8e01e4c47038 (diff)
downloadaports-851524ef69ea2b8cc809e22e95504c3536f74201.tar.bz2
aports-851524ef69ea2b8cc809e22e95504c3536f74201.tar.xz
main/docbook-xsl: make sure VERSION is installed
Diffstat (limited to 'main/docbook-xsl')
-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 518ac2d64..1c2edb413 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 \