diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-11 19:57:45 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-11 19:57:45 +0000 |
commit | b0329460fb731c10d5309f84902cd6e4cd1a83c2 (patch) | |
tree | 15bbf846e9bd5267879a418d10ee70c3275b65cd /media-sound/alsa-headers/alsa-headers-9999.ebuild | |
parent | Added ~ppc64; bug #150918 (diff) | |
download | gentoo-2-b0329460fb731c10d5309f84902cd6e4cd1a83c2.tar.gz gentoo-2-b0329460fb731c10d5309f84902cd6e4cd1a83c2.tar.bz2 gentoo-2-b0329460fb731c10d5309f84902cd6e4cd1a83c2.zip |
Update syntax.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'media-sound/alsa-headers/alsa-headers-9999.ebuild')
-rw-r--r-- | media-sound/alsa-headers/alsa-headers-9999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-sound/alsa-headers/alsa-headers-9999.ebuild b/media-sound/alsa-headers/alsa-headers-9999.ebuild index 4130d395cc3c..4928f203f1cf 100644 --- a/media-sound/alsa-headers/alsa-headers-9999.ebuild +++ b/media-sound/alsa-headers/alsa-headers-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/alsa-headers-9999.ebuild,v 1.1 2006/10/11 19:42:10 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/alsa-headers-9999.ebuild,v 1.2 2006/10/11 19:57:45 flameeyes Exp $ inherit eutils mercurial @@ -14,10 +14,9 @@ IUSE="" DEPEND="" -EHG_REPO_URI="http://hg.alsa-project.org/alsa-kernel" EHG_PROJECT="alsa-driver" -S="${WORKDIR}/alsa-kernel" +S="${WORKDIR}/alsa-driver" # Remove the sound symlink workaround... pkg_setup() { @@ -27,7 +26,7 @@ pkg_setup() { } src_unpack() { - mercurial_src_unpack + mercurial_fetch http://hg.alsa-project.org/alsa-kernel alsa-driver/alsa-kernel cd "${S}" epatch "${FILESDIR}/${PN}-1.0.6a-user.patch" @@ -38,7 +37,7 @@ src_compile() { } src_install() { - cd "${S}/include" + cd "${S}/alsa-kernel/include" insinto /usr/include/sound doins *.h || die "include failed" } |