diff options
author | 2001-05-27 02:58:36 +0000 | |
---|---|---|
committer | 2001-05-27 02:58:36 +0000 | |
commit | 3c3412846730d2e9938d1d3368372ed437fd80e5 (patch) | |
tree | 219271cda6c3ed21886fb8ba6e65b7195846f2e4 /sys-apps/baselayout | |
parent | formatting fix for eth0 (diff) | |
download | gentoo-2-3c3412846730d2e9938d1d3368372ed437fd80e5.tar.gz gentoo-2-3c3412846730d2e9938d1d3368372ed437fd80e5.tar.bz2 gentoo-2-3c3412846730d2e9938d1d3368372ed437fd80e5.zip |
*** empty log message ***
Diffstat (limited to 'sys-apps/baselayout')
-rw-r--r-- | sys-apps/baselayout/baselayout-1.5-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/baselayout/baselayout-1.5-r3.ebuild b/sys-apps/baselayout/baselayout-1.5-r3.ebuild index b9014241194e..05a0918cf10d 100644 --- a/sys-apps/baselayout/baselayout-1.5-r3.ebuild +++ b/sys-apps/baselayout/baselayout-1.5-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.5-r3.ebuild,v 1.8 2001/05/23 23:01:43 drobbins Exp $# Copyright 1999-2000 Gentoo Technologies, Inc. +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.5-r3.ebuild,v 1.9 2001/05/27 02:58:08 achim Exp $# Copyright 1999-2000 Gentoo Technologies, Inc. A="" S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gentoo.org" src_install() { - if [ "$MAINTAINER" != "yes" ] + if [ "$MAINTAINER" != "yes" ] && [ "$ROOT" = "/" ] then echo '!!! baselayout should only be merged if you know what youre doing.' echo '!!! It will overwrite important system files (passwd/group and others) with their' |