summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2007-03-09 19:50:01 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2007-03-09 19:50:01 +0000
commit19fb5c949a071f96e17594d5e5071a00aabc27f5 (patch)
tree48e68491b475edc4797d54293ff15aedfe8b09c8 /ebuild-writing
parenteconf dies if configure fails. Mention this. (diff)
downloaddevmanual-19fb5c949a071f96e17594d5e5071a00aabc27f5.tar.gz
devmanual-19fb5c949a071f96e17594d5e5071a00aabc27f5.tar.bz2
devmanual-19fb5c949a071f96e17594d5e5071a00aabc27f5.zip
Replaced ${IMAGE} with ${D}.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@97 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'ebuild-writing')
-rw-r--r--ebuild-writing/functions/pkg_preinst/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/functions/pkg_preinst/text.xml b/ebuild-writing/functions/pkg_preinst/text.xml
index 9052d4f..0557f3a 100644
--- a/ebuild-writing/functions/pkg_preinst/text.xml
+++ b/ebuild-writing/functions/pkg_preinst/text.xml
@@ -69,7 +69,7 @@ There are a few things that are often done in <c>pkg_preinst</c>:
from a binary. The most useful example is probably smart
configuration file updating <d/> a <c>pkg_preinst</c> could check a
configuration file in <c>${ROOT}/etc/</c> and create a smart updated
- version in <c>${IMAGE}/etc/</c> (see
+ version in <c>${D}/etc/</c> (see
<uri link="::general-concepts/install-destinations"/>) rather than
always trying to install the default configuration file (remember
<uri link="::general-concepts/config-protect"/>).