swift 05/06/01 20:46:03 Modified: xml/htdocs/doc/en macos-guide.xml Log: Use package.provided on correct location :) Also thanks to r2d2 on #gentoo-dev
Revision Changes Path 1.7 +7 -5 xml/htdocs/doc/en/macos-guide.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/macos-guide.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/macos-guide.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/macos-guide.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo Index: macos-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/macos-guide.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- macos-guide.xml 1 Jun 2005 20:40:09 -0000 1.6 +++ macos-guide.xml 1 Jun 2005 20:46:03 -0000 1.7 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/macos-guide.xml,v 1.6 2005/06/01 20:40:09 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/macos-guide.xml,v 1.7 2005/06/01 20:46:03 swift Exp $ --> <guide link="/doc/en/macos-guide.xml"> @@ -29,10 +29,10 @@ </abstract> <!-- The content of this document is licensed under the CC-BY-SA license --> -<!-- See http://creativecommons.org/licenses/by-sa/1.0 --> +<!-- See http://creativecommons.org/licenses/by-sa/2.0 --> <license/> -<version>1.4</version> +<version>1.5</version> <date>2005-06-01</date> <chapter> @@ -294,12 +294,14 @@ <p> If you find a package that is already installed by Mac OS X, you should file a bug on <uri link="http://bugs.gentoo.org">Gentoo Bugzilla</uri> (free membership -required). On your own system, you can add a package to <path>/etc/portage -package.provided</path> so that portage realizes that the package is installed. +required). On your own system, you can add a package to +<path>/etc/portage/profile/package.provided</path> so that portage realizes +that the package is installed. </p> <pre caption="Adding a package to package.provided"> -# <i>echo cat-name/package-x.y.z >> /etc/portage/package.provided</i> +# <i>mkdir -p /etc/portage/profile/</i> +# <i>echo cat-name/package-x.y.z >> /etc/portage/profile/package.provided</i> </pre> <note> -- [email protected] mailing list
