diff options
author | 2013-07-16 14:58:42 +0200 | |
---|---|---|
committer | 2013-07-16 14:58:42 +0200 | |
commit | 6a767aa71b879484f582fc94d8c1d6c8bcda2379 (patch) | |
tree | 43ee12cbbb30a3a70b69090b4d30fb766e5a296d /sci-physics/openmx/openmx-3.7.4.ebuild | |
parent | In sci-physics/openmx-3.7.3, data directory name quickly corrected, version u... (diff) | |
download | sci-6a767aa71b879484f582fc94d8c1d6c8bcda2379.tar.gz sci-6a767aa71b879484f582fc94d8c1d6c8bcda2379.tar.bz2 sci-6a767aa71b879484f582fc94d8c1d6c8bcda2379.zip |
In sci-physics/openmx-3.7.4, the version of the PDF manual cited in the ebuild quickly fixed.
Diffstat (limited to 'sci-physics/openmx/openmx-3.7.4.ebuild')
-rw-r--r-- | sci-physics/openmx/openmx-3.7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/openmx/openmx-3.7.4.ebuild b/sci-physics/openmx/openmx-3.7.4.ebuild index 1a973d1fe..e4fff03b6 100644 --- a/sci-physics/openmx/openmx-3.7.4.ebuild +++ b/sci-physics/openmx/openmx-3.7.4.ebuild @@ -158,6 +158,6 @@ src_install() { cd ../source dodir /usr/bin emake DESTDIR="${D}/usr/bin" install - dodoc "${S}/${PN}${PV}.pdf" + dodoc "${S}/${PN}${PV%.?}.pdf" use test && dodoc "${S}"/work/runtest.result } |