swift 12/02/07 19:17:59
Modified: hb-portage-advanced.xml
Log:
It is pkg_postinst, not src_postinst. Thanks to Agostino Sarubbo for noticing/notifying
Revision Changes Path
1.2 xml/htdocs/doc/en/handbook/hb-portage-advanced.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml?r1=1.1&r2=1.2
Index: hb-portage-advanced.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-portage-advanced.xml 15 Jan 2012 09:55:35 -0000 1.1
+++ hb-portage-advanced.xml 7 Feb 2012 19:17:58 -0000 1.2
@@ -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-portage-advanced.xml,v 1.1 2012/01/15 09:55:35 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml,v 1.2 2012/02/07 19:17:58 swift Exp $ -->
<sections>
@@ -15,8 +15,8 @@
features.
</abstract>
-<version>1</version>
-<date>2012-01-15</date>
+<version>2</version>
+<date>2012-02-07</date>
<section>
<title>Introduction</title>
@@ -121,7 +121,7 @@
<p>
When Portage works with ebuilds, it uses a bash environment in which it calls
-the various build functions (like src_prepare, src_configure, src_postinst,
+the various build functions (like src_prepare, src_configure, pkg_postinst,
etc.). But Portage also allows you to set up a bash environment yourself.
</p>
|