aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-12-18 08:50:37 -0700
committerChristoph Junghans <ottxor@gentoo.org>2013-12-18 08:50:55 -0700
commit4846c1c8a2040a11224cb5262b4e1fe6d70fb447 (patch)
treeef51249ce749ade18b873439623ece9eea29037a /sci-chemistry/dl_poly/dl_poly-1.9.ebuild
parentCleaning up package masks for removed sci-chemistry/freeon versions. (diff)
downloadsci-4846c1c8a2040a11224cb5262b4e1fe6d70fb447.tar.gz
sci-4846c1c8a2040a11224cb5262b4e1fe6d70fb447.tar.bz2
sci-4846c1c8a2040a11224cb5262b4e1fe6d70fb447.zip
fixed install name
Package-Manager: portage-2.2.7
Diffstat (limited to 'sci-chemistry/dl_poly/dl_poly-1.9.ebuild')
-rw-r--r--sci-chemistry/dl_poly/dl_poly-1.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/dl_poly/dl_poly-1.9.ebuild b/sci-chemistry/dl_poly/dl_poly-1.9.ebuild
index 1aaff19b5..ab8410156 100644
--- a/sci-chemistry/dl_poly/dl_poly-1.9.ebuild
+++ b/sci-chemistry/dl_poly/dl_poly-1.9.ebuild
@@ -29,7 +29,7 @@ src_compile() {
}
src_install() {
- dobin "${PN}"
+ newbin "${PN}" DLPOLY.Z
dodoc ../README
use doc && dodoc ../manual/USRMAN.pdf
}