diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:56:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:56:50 +0000 |
commit | 8077523164576195436732aa4aa5eb3a215a3a40 (patch) | |
tree | f8c4588b5593180b80feae9e39c8c6da7e017046 /app-arch/star/star-1.5_alpha14.ebuild | |
parent | touch the libc (Manifest recommit) (diff) | |
download | gentoo-2-8077523164576195436732aa4aa5eb3a215a3a40.tar.gz gentoo-2-8077523164576195436732aa4aa5eb3a215a3a40.tar.bz2 gentoo-2-8077523164576195436732aa4aa5eb3a215a3a40.zip |
touch the libc
Diffstat (limited to 'app-arch/star/star-1.5_alpha14.ebuild')
-rw-r--r-- | app-arch/star/star-1.5_alpha14.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app-arch/star/star-1.5_alpha14.ebuild b/app-arch/star/star-1.5_alpha14.ebuild index 17be19b2b54b..226bfbe4a08c 100644 --- a/app-arch/star/star-1.5_alpha14.ebuild +++ b/app-arch/star/star-1.5_alpha14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/star/star-1.5_alpha14.ebuild,v 1.7 2004/06/24 21:36:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/star/star-1.5_alpha14.ebuild,v 1.8 2004/06/25 23:55:18 vapier Exp $ S=${WORKDIR}/${P/_alpha[0-9][0-9]} @@ -16,13 +16,16 @@ SLOT="0" KEYWORDS="x86 ~ppc sparc ~mips alpha hppa amd64 ia64" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} cd ${S}/DEFAULTS - sed -e 's:/opt/schily:/usr:g' -e 's:bin:root:g' -i Defaults.linux - sed -e 's:/usr/src/linux/include:/usr/include:' -i Defaults.linux + sed -i \ + -e 's:/opt/schily:/usr:g' \ + -e 's:bin:root:g' \ + -e 's:/usr/src/linux/include:/usr/include:' \ + Defaults.linux if [ "${ARCH}" = "amd64" ] then |