diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-04-17 00:39:07 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-04-17 00:39:07 +0000 |
commit | 7552b023053fcfee3786d6e6f12b5ad3f322c928 (patch) | |
tree | 7bb9b7a20afa31dba664ce72ca1767b012c16fb4 /x11-misc | |
parent | mark ~ppc -- library compiles and links ok, and ppc is a supported platform (diff) | |
download | gentoo-2-7552b023053fcfee3786d6e6f12b5ad3f322c928.tar.gz gentoo-2-7552b023053fcfee3786d6e6f12b5ad3f322c928.tar.bz2 gentoo-2-7552b023053fcfee3786d6e6f12b5ad3f322c928.zip |
One-liner fix for 0.9 to make the mandir before installing to it.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/lineakd/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/lineakd/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/lineakd/ChangeLog b/x11-misc/lineakd/ChangeLog index bae4f75524ce..857564e8d8ef 100644 --- a/x11-misc/lineakd/ChangeLog +++ b/x11-misc/lineakd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/lineakd # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.28 2006/03/26 00:23:20 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.29 2006/04/17 00:39:07 robbat2 Exp $ + + 17 Apr 2006; Robin H. Johnson <robbat2@gentoo.org> + lineakd-0.9.0_pre1.ebuild: + One-liner fix for 0.9 to make the mandir before installing to it. 26 Mar 2006; Stefan Schweizer <genstef@gentoo.org> lineakd-0.8.2.ebuild, +lineakd-0.9.0_pre1.ebuild: diff --git a/x11-misc/lineakd/Manifest b/x11-misc/lineakd/Manifest index 09a5ffaec2c0..00de3edc816f 100644 --- a/x11-misc/lineakd/Manifest +++ b/x11-misc/lineakd/Manifest @@ -31,9 +31,9 @@ SHA256 53e663bc2a318c817a8da48114bb4f40a2c3d015dfcd353b074f17c53889ed7c lineakd- MD5 8fa4b4f79510b6dffb337fb5b8195f8d lineakd-0.8.4.ebuild 1153 RMD160 7e95e632cdd8896e9428b5a83b21990d5920273a lineakd-0.8.4.ebuild 1153 SHA256 7031798dd434627e084b58a8e51cc08a70967517d7e3a1aa28edf9e67b1cb8ff lineakd-0.8.4.ebuild 1153 -MD5 305c465b78cb30e4a699500e77ea41ed lineakd-0.9.0_pre1.ebuild 1134 -RMD160 9760477cfcf6cadb397a78892eaa7b0987435d55 lineakd-0.9.0_pre1.ebuild 1134 -SHA256 4334d3f38a00c74b741e4130633f855d26d56760f9f53b64e8cc8df48221e15a lineakd-0.9.0_pre1.ebuild 1134 +MD5 e947540269aa08dbaacc011b5694faa1 lineakd-0.9.0_pre1.ebuild 1164 +RMD160 b6c70d0a0fc6a5bed21dbf3b4edfda060a852f14 lineakd-0.9.0_pre1.ebuild 1164 +SHA256 9bec3b1e50d8a92203058d9c3ca3d2a8a85b5cd6e80f17277f63868ec501daf5 lineakd-0.9.0_pre1.ebuild 1164 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 RMD160 7b80226659bf40e97050b1ffce1858d5f20b3c60 metadata.xml 166 SHA256 8e7de0a7f7c15840474de373a3ce36adcc5dd658b2e4d18366fcb63b964a0826 metadata.xml 166 diff --git a/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild b/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild index fdc081d7e295..3bda690406c0 100644 --- a/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild +++ b/x11-misc/lineakd/lineakd-0.9.0_pre1.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/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild,v 1.1 2006/03/26 00:23:20 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild,v 1.2 2006/04/17 00:39:07 robbat2 Exp $ inherit eutils @@ -38,7 +38,9 @@ src_compile() { src_install () { sed -i 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile - make DESTDIR=${D} install || die "make install failed" + dodir /usr/share/man/man8 + + make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS README TODO keepdir /usr/lib/lineakd/plugins |