소스 검색

Fix wrong path

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@460 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 년 전
부모
커밋
785e237653
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      INSTALL

+ 2 - 2
INSTALL

@@ -57,7 +57,7 @@ paths to the catalog files in it
 If you choose option 1, add the following to your bash configuration
 If you choose option 1, add the following to your bash configuration
 file, system wide profile or wherever you wish to include it:
 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:
 Followed by installing openjade by running:
 	./configure --prefix=/usr
 	./configure --prefix=/usr
@@ -68,7 +68,7 @@ Followed by installing openjade by running:
 If you choose option 2, install OpenJade as follows:
 If you choose option 2, install OpenJade as follows:
 
 
 	./configure --prefix=/usr \
 	./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
 	make install
 	make install
 	cp -av dsssl /usr/share/dsssl/openjade
 	cp -av dsssl /usr/share/dsssl/openjade