docbook-xsl: install missing VERSION.xsl file

This commit is contained in:
Danny Rawlins 2012-12-23 13:43:45 +11:00
parent 9c4712c0ae
commit c2eefdd4ee
2 changed files with 6 additions and 4 deletions

View File

@ -15,6 +15,7 @@ drwxr-xr-x root/root usr/share/xml/
drwxr-xr-x root/root usr/share/xml/docbook/
drwxr-xr-x root/root usr/share/xml/docbook/xsl-stylesheets-1.77.1/
-rw-r--r-- root/root usr/share/xml/docbook/xsl-stylesheets-1.77.1/VERSION
-rw-r--r-- root/root usr/share/xml/docbook/xsl-stylesheets-1.77.1/VERSION.xsl
drwxr-xr-x root/root usr/share/xml/docbook/xsl-stylesheets-1.77.1/common/
-rw-r--r-- root/root usr/share/xml/docbook/xsl-stylesheets-1.77.1/common/af.xml
-rw-r--r-- root/root usr/share/xml/docbook/xsl-stylesheets-1.77.1/common/am.xml

View File

@ -7,7 +7,7 @@
name=docbook-xsl
version=1.77.1
release=1
release=2
source=(http://downloads.sourceforge.net/project/docbook/$name/$version/$name-$version.tar.bz2)
build() {
@ -16,9 +16,10 @@ build() {
install -v -m 0755 -d $PKG/usr/share/xml/docbook/xsl-stylesheets-$version
cp -R \
VERSION common eclipse extensions fo highlighting html \
htmlhelp images javahelp lib manpages params profiling \
roundtrip slides template tools website xhtml xhtml-1_1 \
VERSION VERSION.xsl common eclipse extensions fo \
highlighting html htmlhelp images javahelp lib manpages \
params profiling roundtrip slides template tools website \
xhtml xhtml-1_1 \
$PKG/usr/share/xml/docbook/xsl-stylesheets-$version
install -v -m 0644 -D README \