Browse Source

* fixed typo on libxml's catalog creation

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21633 10447126-35f2-4685-b0cf-6dd780d3921f
early
Alejandro Mery 17 years ago
parent
commit
3ff115c554
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      textproc/libxml/libxml.conf

+ 1
- 1
textproc/libxml/libxml.conf

@ -17,7 +17,7 @@ libxml_catalog() {
local catalog=/etc/xml/catalog
if [ ! -s $root$catalog ]; then
echo_status "Creating empty $catalog"
mkdir -p $root${catalog#/*}
mkdir -p $root${catalog%/*}
xmlcatalog --noout --create $root$catalog
fi
}

Loading…
Cancel
Save