diff options
author | Christian Birchinger <joker@gentoo.org> | 2011-12-13 18:05:01 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2011-12-13 18:05:01 +0000 |
commit | 6ff0ccce4bc7cf37f6c7c4dab6719cecf84244bf (patch) | |
tree | 4f550074da941cd9a76aa9d253584c8dbbc90758 /app-crypt | |
parent | Bump gcc-4.5.3 with new piepatchset 0.4.6 to fix bug 393321 (diff) | |
download | gentoo-2-6ff0ccce4bc7cf37f6c7c4dab6719cecf84244bf.tar.gz gentoo-2-6ff0ccce4bc7cf37f6c7c4dab6719cecf84244bf.tar.bz2 gentoo-2-6ff0ccce4bc7cf37f6c7c4dab6719cecf84244bf.zip |
Remove || dir on emake
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/ckpass/ckpass-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/ckpass/ckpass-0.1.ebuild b/app-crypt/ckpass/ckpass-0.1.ebuild index b533a4a0a3f6..dc7e6756125f 100644 --- a/app-crypt/ckpass/ckpass-0.1.ebuild +++ b/app-crypt/ckpass/ckpass-0.1.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/app-crypt/ckpass/ckpass-0.1.ebuild,v 1.1 2011/12/13 17:33:50 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ckpass/ckpass-0.1.ebuild,v 1.2 2011/12/13 18:05:01 joker Exp $ EAPI=4 @@ -17,6 +17,6 @@ DEPEND="dev-libs/libkpass" RDEPEND="${DEPEND}" src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install dodoc AUTHORS } |