diff options
Diffstat (limited to 'sys-apps/baselayout/baselayout-1.11.10-r6.ebuild')
-rw-r--r-- | sys-apps/baselayout/baselayout-1.11.10-r6.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-apps/baselayout/baselayout-1.11.10-r6.ebuild b/sys-apps/baselayout/baselayout-1.11.10-r6.ebuild index 02a73b1333b3..7861d5adafb4 100644 --- a/sys-apps/baselayout/baselayout-1.11.10-r6.ebuild +++ b/sys-apps/baselayout/baselayout-1.11.10-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.11.10-r6.ebuild,v 1.2 2005/04/02 01:06:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.11.10-r6.ebuild,v 1.3 2005/04/15 16:13:25 wolf31o2 Exp $ inherit flag-o-matic eutils toolchain-funcs multilib @@ -16,7 +16,7 @@ SRC_URI="mirror://gentoo/rc-scripts-${SV}${SVREV}.tar.bz2 LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="bootstrap build livecd static uclibc" +IUSE="bootstrap build static uclibc" # This version of baselayout needs gawk in /bin, but as we do not have # a c++ compiler during bootstrap, we cannot depend on it if "bootstrap" @@ -305,9 +305,6 @@ src_install() { # cd ${S}/bin dobin rc-status - if use livecd; then - dobin bashlogin - fi # # Setup files in /sbin @@ -324,7 +321,6 @@ src_install() { # These moved from /etc/init.d/ to /sbin to help newb systems # from breaking dosbin runscript.sh functions.sh - use livecd && dosbin livecd-functions.sh # Compat symlinks between /etc/init.d and /sbin # (some stuff have hardcoded paths) |