diff options
author | Jonathan Callen <abcd@gentoo.org> | 2011-05-26 19:01:37 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2011-05-26 19:01:37 +0000 |
commit | 406235dacb3046e2a45884d8b6ba0b326031ea9b (patch) | |
tree | e6dd6f8c6259c86db4e9999cc80e1848ef64d410 /sys-boot | |
parent | Bump to new upstream version, remove old. (diff) | |
download | gentoo-2-406235dacb3046e2a45884d8b6ba0b326031ea9b.tar.gz gentoo-2-406235dacb3046e2a45884d8b6ba0b326031ea9b.tar.bz2 gentoo-2-406235dacb3046e2a45884d8b6ba0b326031ea9b.zip |
Fix unpacking (upstream changed the top-level dir *again*)
(Portage version: 2.2.0_alpha35/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/os-prober/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/os-prober/os-prober-1.47.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-boot/os-prober/ChangeLog b/sys-boot/os-prober/ChangeLog index 5ca6303e2413..a650a9462664 100644 --- a/sys-boot/os-prober/ChangeLog +++ b/sys-boot/os-prober/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/os-prober # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/ChangeLog,v 1.10 2011/05/26 18:59:20 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/ChangeLog,v 1.11 2011/05/26 19:01:37 abcd Exp $ + + 26 May 2011; Jonathan Callen <abcd@gentoo.org> os-prober-1.47.ebuild: + Fix unpacking (upstream changed the top-level dir *again*) *os-prober-1.47 (26 May 2011) diff --git a/sys-boot/os-prober/os-prober-1.47.ebuild b/sys-boot/os-prober/os-prober-1.47.ebuild index 84e004b59717..6f8ab1fbda03 100644 --- a/sys-boot/os-prober/os-prober-1.47.ebuild +++ b/sys-boot/os-prober/os-prober-1.47.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild,v 1.1 2011/05/26 18:59:20 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild,v 1.2 2011/05/26 19:01:37 abcd Exp $ EAPI=4 @@ -15,6 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +S=${WORKDIR}/${PN} + src_prepare() { find "${S}" -type f -exec sed -i -e "s:/usr/lib/:/usr/libexec/:g" {} + || die "failed on find and sed lib->libexec" sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" os-probes/mounted/common/90linux-distro || die "sed failed on 90linux-distro" |