Tow more places where xmlcatalog isn't called with the full path
See #2826
This commit is contained in:
parent
aece5bdd88
commit
8800ddb6b0
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=docbook-xsl-ns
|
pkgname=docbook-xsl-ns
|
||||||
pkgver=1.79.2
|
pkgver=1.79.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='XML stylesheets with namespaces for Docbook-xml transformations'
|
pkgdesc='XML stylesheets with namespaces for Docbook-xml transformations'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('custom')
|
license=('custom')
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
post_install() {
|
post_install() {
|
||||||
if [ ! -f etc/xml/catalog ]; then
|
if [ ! -f etc/xml/catalog ]; then
|
||||||
xmlcatalog --noout --create etc/xml/catalog
|
usr/bin/xmlcatalog --noout --create etc/xml/catalog
|
||||||
fi
|
fi
|
||||||
_NEW=`echo $1 | sed 's|\(.*\)\-.*|\1|'`
|
_NEW=`echo $1 | sed 's|\(.*\)\-.*|\1|'`
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=docbook-xsl
|
pkgname=docbook-xsl
|
||||||
pkgver=1.79.2
|
pkgver=1.79.2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='XML stylesheets for Docbook-xml transformations'
|
pkgdesc='XML stylesheets for Docbook-xml transformations'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('custom')
|
license=('custom')
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
post_install() {
|
post_install() {
|
||||||
if [ ! -f etc/xml/catalog ]; then
|
if [ ! -f etc/xml/catalog ]; then
|
||||||
xmlcatalog --noout --create etc/xml/catalog
|
usr/bin/xmlcatalog --noout --create etc/xml/catalog
|
||||||
fi
|
fi
|
||||||
_NEW=`echo $1 | sed 's|\(.*\)\-.*|\1|'`
|
_NEW=`echo $1 | sed 's|\(.*\)\-.*|\1|'`
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user