neysx 06/11/02 09:50:33 Modified: hb-install-system.xml Log: #153791 Handbook 'all-in-one-page' listing gives 500 error, caused by missing quote in test attribute
Revision Changes Path 1.104 xml/htdocs/doc/en/handbook/hb-install-system.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.104&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.104&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.103&r2=1.104 Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- hb-install-system.xml 2 Nov 2006 07:27:24 -0000 1.103 +++ hb-install-system.xml 2 Nov 2006 09:50:33 -0000 1.104 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.103 2006/11/02 07:27:24 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.104 2006/11/02 09:50:33 neysx Exp $ --> <sections> @@ -213,12 +213,12 @@ profile's <path>make.defaults</path> to determine if it fits your needs. </p> -<p test="func:keyval('arch')=AMD64'"> +<p test="func:keyval('arch')='AMD64'"> If you want to have a pure 64-bit environment, with no 32-bit applications or libraries, you should use a non-multilib profile: </p> -<pre test="func:keyval('arch')=AMD64'" caption="Switching to a non-multilib profile"> +<pre test="func:keyval('arch')='AMD64'" caption="Switching to a non-multilib profile"> # <i>ln -snf /usr/portage/profiles/default-linux/amd64/2006.1/no-multilib /etc/make.profile</i> </pre> -- [email protected] mailing list
