From d99a9bd8d07208d83c6f114bb6eeb2226a6cbabe Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 10 Jul 2007 22:05:48 +0000 Subject: [PATCH] * 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 --- textproc/libxml/libxml.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/libxml/libxml.conf b/textproc/libxml/libxml.conf index 4df4ec031..9ff198898 100644 --- a/textproc/libxml/libxml.conf +++ b/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