aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2015-03-10 11:21:01 +0100
committerHorea Christian <h.chr@mail.ru>2015-03-10 11:21:01 +0100
commite98699a8568a7640fcbd07f3caa58ed7e5155a81 (patch)
tree11723e77d5f101f55b568c6a80cca949034d73f0 /sci-biology
parenttypo (diff)
downloadsci-e98699a8568a7640fcbd07f3caa58ed7e5155a81.tar.gz
sci-e98699a8568a7640fcbd07f3caa58ed7e5155a81.tar.bz2
sci-e98699a8568a7640fcbd07f3caa58ed7e5155a81.zip
installing ALL the things
Package-Manager: portage-2.2.18
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/spm/ChangeLog3
-rw-r--r--sci-biology/spm/spm-12.ebuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/sci-biology/spm/ChangeLog b/sci-biology/spm/ChangeLog
index 3f24d4df5..b45084072 100644
--- a/sci-biology/spm/ChangeLog
+++ b/sci-biology/spm/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Mar 2015; <chymera@gentoo.org> spm-12.ebuild:
+ installing ALL the things
+
04 Mar 2015; <chymera@gentoo.org> spm-12.ebuild:
typo
diff --git a/sci-biology/spm/spm-12.ebuild b/sci-biology/spm/spm-12.ebuild
index b74d2adbb..b08ff8aae 100644
--- a/sci-biology/spm/spm-12.ebuild
+++ b/sci-biology/spm/spm-12.ebuild
@@ -32,5 +32,5 @@ src_compile() {
src_install() {
emake install PLATFORM=octave
insinto $(octave-config --m-site-dir)
- doins -r "${WORKDIR}/${PN}${PV}"/*.m
+ doins -r "${WORKDIR}/${PN}${PV}"/*
}