diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-18 16:28:36 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-18 16:28:36 +0000 |
commit | 503796d53f7ee02d619f119b75ca8dbfd0a80521 (patch) | |
tree | 7c2ba05bd247eaa9f10648e41a57d185055cbb05 /app-arch/lz4 | |
parent | pyaim-t: fix deprecated PIL imports, various cleanups, new eclass (diff) | |
download | gentoo-2-503796d53f7ee02d619f119b75ca8dbfd0a80521.tar.gz gentoo-2-503796d53f7ee02d619f119b75ca8dbfd0a80521.tar.bz2 gentoo-2-503796d53f7ee02d619f119b75ca8dbfd0a80521.zip |
Fix creating lz4c symlink on amd64.
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-arch/lz4')
-rw-r--r-- | app-arch/lz4/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/lz4/lz4-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/lz4/ChangeLog b/app-arch/lz4/ChangeLog index c985ff763fab..c415e4eee00d 100644 --- a/app-arch/lz4/ChangeLog +++ b/app-arch/lz4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/lz4 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.2 2013/08/10 11:06:46 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.3 2013/09/18 16:28:36 mgorny Exp $ + + 18 Sep 2013; Michał Górny <mgorny@gentoo.org> lz4-9999.ebuild: + Fix creating lz4c symlink on amd64. 10 Aug 2013; Richard Yao <ryao@gentoo.org> lz4-9999.ebuild: Drop ~amd64 keyboard from app-arch/lz4-9999: It should never have been diff --git a/app-arch/lz4/lz4-9999.ebuild b/app-arch/lz4/lz4-9999.ebuild index 5b4103315b5e..662244cea131 100644 --- a/app-arch/lz4/lz4-9999.ebuild +++ b/app-arch/lz4/lz4-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-9999.ebuild,v 1.2 2013/08/10 11:06:46 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-9999.ebuild,v 1.3 2013/09/18 16:28:36 mgorny Exp $ EAPI=4 @@ -32,7 +32,7 @@ src_prepare() { src_install() { cmake-utils_src_install - if [ -f "${S}/usr/bin/lz4c64" ] + if [ -f "${ED%/}/usr/bin/lz4c64" ] then dosym /usr/bin/{lz4c64,lz4c} else |