diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-02-11 10:11:36 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-02-11 10:11:36 +0000 |
commit | f0c010792e60a7055a6ea2bf6682263c286d1426 (patch) | |
tree | b277442018b2145229c38ed15c2a6fbadb294198 /net-libs/liblockfile | |
parent | Undo accidentally added dependency on nautilus-3. (diff) | |
download | gentoo-2-f0c010792e60a7055a6ea2bf6682263c286d1426.tar.gz gentoo-2-f0c010792e60a7055a6ea2bf6682263c286d1426.tar.bz2 gentoo-2-f0c010792e60a7055a6ea2bf6682263c286d1426.zip |
Fix double Prefix that did not occur with 1.08
(Portage version: 2.2.01.20153-prefix/cvs/Darwin i386)
Diffstat (limited to 'net-libs/liblockfile')
-rw-r--r-- | net-libs/liblockfile/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/liblockfile/liblockfile-1.09.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/liblockfile/ChangeLog b/net-libs/liblockfile/ChangeLog index 0a34a3998ffe..9aba1ca61a07 100644 --- a/net-libs/liblockfile/ChangeLog +++ b/net-libs/liblockfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/liblockfile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.63 2012/02/10 17:04:41 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.64 2012/02/11 10:11:36 grobian Exp $ + + 11 Feb 2012; Fabian Groffen <grobian@gentoo.org> liblockfile-1.09.ebuild: + Fix double Prefix that did not occur with 1.08 10 Feb 2012; Fabian Groffen <grobian@gentoo.org> +files/Makefile.Darwin.in, liblockfile-1.09.ebuild: diff --git a/net-libs/liblockfile/liblockfile-1.09.ebuild b/net-libs/liblockfile/liblockfile-1.09.ebuild index 71f3f357f3e8..6ef7d908e59d 100644 --- a/net-libs/liblockfile/liblockfile-1.09.ebuild +++ b/net-libs/liblockfile/liblockfile-1.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.3 2012/02/10 21:17:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.4 2012/02/11 10:11:36 grobian Exp $ EAPI=4 @@ -43,6 +43,6 @@ src_configure() { src_install() { dodir /usr/{bin,include,$(get_libdir)} /usr/share/man/{man1,man3} - emake ROOT="${ED}" install + emake ROOT="${D}" install dodoc README Changelog } |