diff options
author | 2008-07-30 23:52:16 +0000 | |
---|---|---|
committer | 2008-07-30 23:52:16 +0000 | |
commit | b2848ad80a17e94321cc9a3d2a57232a321071eb (patch) | |
tree | 685dc06ecde171dec5e464db147e381600dd3678 /app-misc/clex/clex-4.0_beta4.ebuild | |
parent | dev-libs/libtpl: Only install perl documentation if 'perl' USE flag provided,... (diff) | |
download | sunrise-b2848ad80a17e94321cc9a3d2a57232a321071eb.tar.gz sunrise-b2848ad80a17e94321cc9a3d2a57232a321071eb.tar.bz2 sunrise-b2848ad80a17e94321cc9a3d2a57232a321071eb.zip |
app-misc/clex: Make dodoc die on failure
svn path=/sunrise/; revision=6614
Diffstat (limited to 'app-misc/clex/clex-4.0_beta4.ebuild')
-rw-r--r-- | app-misc/clex/clex-4.0_beta4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/clex/clex-4.0_beta4.ebuild b/app-misc/clex/clex-4.0_beta4.ebuild index f699e9275..4ed99c5ef 100644 --- a/app-misc/clex/clex-4.0_beta4.ebuild +++ b/app-misc/clex/clex-4.0_beta4.ebuild @@ -20,5 +20,5 @@ S=${WORKDIR}/${PN}-${PV%_beta*} src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog + dodoc ChangeLog || die "dodoc failed" } |