Tow more places where xmlcatalog isn't called with the full path

See #2826
This commit is contained in:
Christoph Reiter 2022-01-30 14:58:21 +01:00
parent aece5bdd88
commit 8800ddb6b0
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
pkgname=docbook-xsl-ns
pkgver=1.79.2
pkgrel=1
pkgrel=2
pkgdesc='XML stylesheets with namespaces for Docbook-xml transformations'
arch=('any')
license=('custom')

View File

@ -1,6 +1,6 @@
post_install() {
if [ ! -f etc/xml/catalog ]; then
xmlcatalog --noout --create etc/xml/catalog
usr/bin/xmlcatalog --noout --create etc/xml/catalog
fi
_NEW=`echo $1 | sed 's|\(.*\)\-.*|\1|'`

View File

@ -2,7 +2,7 @@
pkgname=docbook-xsl
pkgver=1.79.2
pkgrel=2
pkgrel=3
pkgdesc='XML stylesheets for Docbook-xml transformations'
arch=('any')
license=('custom')

View File

@ -1,6 +1,6 @@
post_install() {
if [ ! -f etc/xml/catalog ]; then
xmlcatalog --noout --create etc/xml/catalog
usr/bin/xmlcatalog --noout --create etc/xml/catalog
fi
_NEW=`echo $1 | sed 's|\(.*\)\-.*|\1|'`