diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-19 12:05:19 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-19 12:05:19 +0100 |
commit | fb2fc92617ab5670fd55ec41faa08eb60f67e38d (patch) | |
tree | c1a79581fd39f55498fb755665cc2d82ed91303e /sci-chemistry | |
parent | sci-chemistry/gamess: fix MisplacedVariable (diff) | |
download | sci-fb2fc92617ab5670fd55ec41faa08eb60f67e38d.tar.gz sci-fb2fc92617ab5670fd55ec41faa08eb60f67e38d.tar.bz2 sci-fb2fc92617ab5670fd55ec41faa08eb60f67e38d.zip |
sci-chemistry/module2: fix MisplacedVariable
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/module2/module2-0_pre20140717.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/module2/module2-0_pre20140717.ebuild b/sci-chemistry/module2/module2-0_pre20140717.ebuild index 0d739497b..d9123f318 100644 --- a/sci-chemistry/module2/module2-0_pre20140717.ebuild +++ b/sci-chemistry/module2/module2-0_pre20140717.ebuild @@ -30,7 +30,7 @@ QA_PREBUILT="opt/bin/.*" pkg_nofetch() { elog "Please download ${A} from" elog "${HOMEPAGE}" - elog "and place it in ${DISTDIR}" + elog "and place it into your DISTDIR folder" } src_install() { |