summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/baselayout/baselayout-2.0.0_rc3-r1.ebuild')
-rw-r--r--sys-apps/baselayout/baselayout-2.0.0_rc3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/baselayout/baselayout-2.0.0_rc3-r1.ebuild b/sys-apps/baselayout/baselayout-2.0.0_rc3-r1.ebuild
index 2f08c086c1d2..b1e8c74506aa 100644
--- a/sys-apps/baselayout/baselayout-2.0.0_rc3-r1.ebuild
+++ b/sys-apps/baselayout/baselayout-2.0.0_rc3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-2.0.0_rc3-r1.ebuild,v 1.1 2007/08/21 08:24:55 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-2.0.0_rc3-r1.ebuild,v 1.2 2007/08/25 11:42:09 uberlord Exp $
inherit flag-o-matic eutils toolchain-funcs multilib
@@ -194,7 +194,7 @@ pkg_postinst() {
# write it here so that the new version is immediately in the file
# (without waiting for the user to do etc-update)
rm -f "${ROOT}"/etc/._cfg????_gentoo-release
- echo "Gentoo Base System release ${PV}" > "${ROOT}"/etc/gentoo-release
+ echo "Gentoo Base System release ${PF}" > "${ROOT}"/etc/gentoo-release
echo
einfo "Please be sure to update all pending '._cfg*' files in /etc,"