mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/docbook-xsl: make sure VERSION is installed
This commit is contained in:
parent
9061a32d54
commit
851524ef69
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user