diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-10 17:35:18 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-10 17:35:18 +0000 |
commit | 785e2376535002902df7297c3e5a35adba064664 (patch) | |
tree | 7448c96225ecf196eabbd440133fe4223d5df8cf /INSTALL | |
parent | bedbcdb6304e0cdbcc5387553fa721df23cadeaa (diff) |
Fix wrong path
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@460 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -57,7 +57,7 @@ paths to the catalog files in it If you choose option 1, add the following to your bash configuration file, system wide profile or wherever you wish to include it: -export SGML_CATALOG_FILES=/usr/share/docbook.cat:/usr/share/dsssl/docbook/catalog:/usr/share/dsssl/openjade/catalog +export SGML_CATALOG_FILES=/usr/share/docbook/docbook.cat:/usr/share/dsssl/docbook/catalog:/usr/share/dsssl/openjade/catalog Followed by installing openjade by running: ./configure --prefix=/usr @@ -68,7 +68,7 @@ Followed by installing openjade by running: If you choose option 2, install OpenJade as follows: ./configure --prefix=/usr \ - > --enable-default-catalog=/usr/share/docbook.cat:/usr/share/dsssl/docbook/catalog:/usr/share/dsssl/openjade/catalog + > --enable-default-catalog=/usr/share/docbook/docbook.cat:/usr/share/dsssl/docbook/catalog:/usr/share/dsssl/openjade/catalog make make install cp -av dsssl /usr/share/dsssl/openjade |