docbook-xml: install catalogs with http URI
It appears an overzealous conversion of http to https inadvertently changed this, breaking the catalog registration. Fixes #2834
This commit is contained in:
parent
8800ddb6b0
commit
4f5c942710
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=docbook-xml
|
pkgname=docbook-xml
|
||||||
pkgver=4.5
|
pkgver=4.5
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="A widely used XML scheme for writing documentation and help"
|
pkgdesc="A widely used XML scheme for writing documentation and help"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://www.oasis-open.org/docbook/"
|
url="https://www.oasis-open.org/docbook/"
|
||||||
|
|||||||
@ -13,11 +13,11 @@ post_install() {
|
|||||||
"file:///etc/xml/docbook-xml" \
|
"file:///etc/xml/docbook-xml" \
|
||||||
etc/xml/catalog
|
etc/xml/catalog
|
||||||
usr/bin/xmlcatalog --noout --add "delegateSystem" \
|
usr/bin/xmlcatalog --noout --add "delegateSystem" \
|
||||||
"https://www.oasis-open.org/docbook/" \
|
"http://www.oasis-open.org/docbook/" \
|
||||||
"file:///etc/xml/docbook-xml" \
|
"file:///etc/xml/docbook-xml" \
|
||||||
etc/xml/catalog
|
etc/xml/catalog
|
||||||
usr/bin/xmlcatalog --noout --add "delegateURI" \
|
usr/bin/xmlcatalog --noout --add "delegateURI" \
|
||||||
"https://www.oasis-open.org/docbook/" \
|
"http://www.oasis-open.org/docbook/" \
|
||||||
"file:///etc/xml/docbook-xml" \
|
"file:///etc/xml/docbook-xml" \
|
||||||
etc/xml/catalog
|
etc/xml/catalog
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user