aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2017-03-16 11:51:20 +0100
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2017-03-16 11:51:20 +0100
commitce9dbd43bb73dc4b69fdc4ccf1cfd38e5485b029 (patch)
tree676299614ae66392ff60a9315a1b84279e898142
parentsci-biology/imagej: change default IJ_HOME value to $HOME/.imagej (diff)
downloadsci-ce9dbd43bb73dc4b69fdc4ccf1cfd38e5485b029.tar.gz
sci-ce9dbd43bb73dc4b69fdc4ccf1cfd38e5485b029.tar.bz2
sci-ce9dbd43bb73dc4b69fdc4ccf1cfd38e5485b029.zip
sci-biology/imagej: adjust einfo message accordingly
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--sci-biology/imagej/imagej-1.51k.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/imagej/imagej-1.51k.ebuild b/sci-biology/imagej/imagej-1.51k.ebuild
index 845fc48cb..2681665f5 100644
--- a/sci-biology/imagej/imagej-1.51k.ebuild
+++ b/sci-biology/imagej/imagej-1.51k.ebuild
@@ -121,7 +121,7 @@ pkg_postinst() {
einfo ""
einfo "You can configure the path of a folder, which contains \"plugins\" directory and IJ_Prefs.txt,"
einfo "by setting the environmental variable, \$IJ_HOME."
- einfo "Default setting is \$IJ_HOME=\${HOME}, i.e. \${HOME}/plugins and \${HOME}/IJ_Prefs.txt."
+ einfo "Default setting is \$IJ_HOME=\${HOME}/.imagej, i.e. \${HOME}/.imagej/plugins and \${HOME}/.imagej/IJ_Prefs.txt."
einfo ""
einfo "You can also configure the memory size by setting the environmental variable, \$IJ_MEM,"
einfo "and the class path by setting the environmental variable, \$IJ_CP."