Browse Source

* fixed libxml by creating etx/xml/catalog at postmake-3, so it's

guarrantied to be there by postmake-5 when the extenders want to
	  inject stuff on it.


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21626 10447126-35f2-4685-b0cf-6dd780d3921f
early
Alejandro Mery 18 years ago
parent
commit
d99a9bd8d0
  1. 2
      textproc/libxml/libxml.conf

2
textproc/libxml/libxml.conf

@ -12,7 +12,7 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
hook_add postmake 5 'libxml_catalog'
hook_add postmake 3 'libxml_catalog'
libxml_catalog() {
local catalog=/etc/xml/catalog
if [ ! -s $root$catalog ]; then

Loading…
Cancel
Save