summaryrefslogtreecommitdiff
path: root/docbook-xsl
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2012-12-23 13:43:45 +1100
committerDanny Rawlins <monster.romster@gmail.com>2012-12-23 13:43:45 +1100
commitc2eefdd4eefaa452b77ed32efdba549665e4c3f1 (patch)
tree552f45068c6b4a0f695cd05e53aa49bfd66b3116 /docbook-xsl
parent9c4712c0ae3bdbd13b48554cfce0c93da333f0bc (diff)
downloadcontrib-c2eefdd4eefaa452b77ed32efdba549665e4c3f1.tar.gz
contrib-c2eefdd4eefaa452b77ed32efdba549665e4c3f1.tar.xz
docbook-xsl: install missing VERSION.xsl file
Diffstat (limited to 'docbook-xsl')
-rw-r--r--docbook-xsl/.footprint1
-rw-r--r--docbook-xsl/Pkgfile9
2 files changed, 6 insertions, 4 deletions
diff --git a/docbook-xsl/.footprint b/docbook-xsl/.footprint
index 7bf4c99f4..14b5ebcd1 100644
--- a/docbook-xsl/.footprint
+++ b/docbook-xsl/.footprint
@@ -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
diff --git a/docbook-xsl/Pkgfile b/docbook-xsl/Pkgfile
index edc8f2c56..6aa2549d9 100644
--- a/docbook-xsl/Pkgfile
+++ b/docbook-xsl/Pkgfile
@@ -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 \

Generated by cgit