diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-13 19:47:26 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-13 19:47:26 +0000 |
commit | 20a751977e7adc8c3b005a49a7da7eb8a086995c (patch) | |
tree | 589fcbc65c6dfae3490affa02b7e2773bffdc303 /sys-apps/baselayout | |
parent | updated sonypid (diff) | |
download | historical-20a751977e7adc8c3b005a49a7da7eb8a086995c.tar.gz historical-20a751977e7adc8c3b005a49a7da7eb8a086995c.tar.bz2 historical-20a751977e7adc8c3b005a49a7da7eb8a086995c.zip |
forgot the damn $ROOT
Diffstat (limited to 'sys-apps/baselayout')
-rw-r--r-- | sys-apps/baselayout/baselayout-1.8.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/baselayout/baselayout-1.8.4.ebuild b/sys-apps/baselayout/baselayout-1.8.4.ebuild index bdc4c717c40f..d3e97e386732 100644 --- a/sys-apps/baselayout/baselayout-1.8.4.ebuild +++ b/sys-apps/baselayout/baselayout-1.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.8.4.ebuild,v 1.1 2002/10/13 19:44:38 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.8.4.ebuild,v 1.2 2002/10/13 19:47:26 azarah Exp $ IUSE="bootstrap build" @@ -472,7 +472,7 @@ EOF # Simple Release version for testing of features that *should* be # present in the rc-scripts, etc. - echo "Gentoo Base System version ${SV}" > /etc/gentoo-release + echo "Gentoo Base System version ${SV}" > ${ROOT}/etc/gentoo-release } pkg_postrm() { |