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
|
||||
pkgver=1.79.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='XML stylesheets with namespaces for Docbook-xml transformations'
|
||||
arch=('any')
|
||||
license=('custom')
|
||||
|
||||
@ -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|'`
|
||||
|
||||
|
||||
@ -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')
|
||||
|
||||
@ -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|'`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user