diff options
author | 2015-01-11 12:13:01 +0100 | |
---|---|---|
committer | 2015-01-11 12:13:01 +0100 | |
commit | 011bb014c56877ae0c921f2476352f62644f8590 (patch) | |
tree | be08588089d8aa8c565863a7bdf0784087d6dc4c /sci-physics | |
parent | sci-physics/qcl: Fix applying of patches (diff) | |
download | sci-011bb014c56877ae0c921f2476352f62644f8590.tar.gz sci-011bb014c56877ae0c921f2476352f62644f8590.tar.bz2 sci-011bb014c56877ae0c921f2476352f62644f8590.zip |
sci-physics/qcl: Make use of dodoc
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/qcl/qcl-0.6.3-r1.ebuild | 3 | ||||
-rw-r--r-- | sci-physics/qcl/qcl-0.6.4.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sci-physics/qcl/qcl-0.6.3-r1.ebuild b/sci-physics/qcl/qcl-0.6.3-r1.ebuild index eaca7e10d..c67baa64b 100644 --- a/sci-physics/qcl/qcl-0.6.3-r1.ebuild +++ b/sci-physics/qcl/qcl-0.6.3-r1.ebuild @@ -37,7 +37,6 @@ src_install() { QCLBIN="${D}/usr/bin" install dodoc README CHANGES if use doc; then - insinto /usr/share/doc/${PF} - doins "${DISTDIR}"/{structquprog,qcldoc,quprog}.pdf + dodoc {structquprog,qcldoc,quprog}.pdf fi } diff --git a/sci-physics/qcl/qcl-0.6.4.ebuild b/sci-physics/qcl/qcl-0.6.4.ebuild index 035923be7..a709a580d 100644 --- a/sci-physics/qcl/qcl-0.6.4.ebuild +++ b/sci-physics/qcl/qcl-0.6.4.ebuild @@ -37,7 +37,6 @@ src_install() { QCLBIN="${D}/usr/bin" install dodoc README CHANGES if use doc; then - insinto /usr/share/doc/${PF} - doins "${DISTDIR}"/{structquprog,qcldoc,quprog}.pdf + dodoc {structquprog,qcldoc,quprog}.pdf fi } |