aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorje_fro <je_fro@32389bae-6d03-0410-99cf-db05cde120eb>2006-10-31 09:41:20 +0000
committerje_fro <je_fro@32389bae-6d03-0410-99cf-db05cde120eb>2006-10-31 09:41:20 +0000
commitebe9a7e4b4ba0dc8e9d3ca5310324d012f8bb074 (patch)
treebee1754cfd34fcf40cb7a0e89fe8955b1c3b0dd4
parentOPJFile.h is now installed (diff)
downloadsci-ebe9a7e4b4ba0dc8e9d3ca5310324d012f8bb074.tar.gz
sci-ebe9a7e4b4ba0dc8e9d3ca5310324d012f8bb074.tar.bz2
sci-ebe9a7e4b4ba0dc8e9d3ca5310324d012f8bb074.zip
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@394 32389bae-6d03-0410-99cf-db05cde120eb
-rw-r--r--sci-mathematics/maxima/maxima-5.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/maxima/maxima-5.10.0.ebuild b/sci-mathematics/maxima/maxima-5.10.0.ebuild
index b4ac161b9..853c0200d 100644
--- a/sci-mathematics/maxima/maxima-5.10.0.ebuild
+++ b/sci-mathematics/maxima/maxima-5.10.0.ebuild
@@ -112,7 +112,7 @@ src_install() {
}
pkg_preinst() {
- # some lisp do not gunzip on the fly info files
+ # some lisp do not gunzip info files on the fly
if use cmucl || use clisp || use sbcl; then
for infofile in $(ls ${D}/usr/share/info/*.gz); do
gunzip ${infofile}