aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/qcl')
-rw-r--r--sci-physics/qcl/qcl-0.6.4-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-physics/qcl/qcl-0.6.4-r1.ebuild b/sci-physics/qcl/qcl-0.6.4-r1.ebuild
index 0cf48e475..4463212dc 100644
--- a/sci-physics/qcl/qcl-0.6.4-r1.ebuild
+++ b/sci-physics/qcl/qcl-0.6.4-r1.ebuild
@@ -47,6 +47,8 @@ src_configure() {
src_install() {
emake \
QCLDIR="${D}/usr/share/${PN}" \
- QCLBIN="${D}/usr/bin" install
- use doc && dodoc {structquprog,qcldoc,quprog}.pdf
+ QCLBIN="${D}/usr/bin" \
+ install
+ dodoc CHANGES README
+ use doc && dodoc "${DISTDIR}/"{structquprog,qcldoc,quprog}.pdf
}