commit: c1eec5d497229ebb3f521ce102b324cff74c4249
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 17:03:43 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 17:04:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1eec5d4
sci-electronics/labone: Fix typo
Package-Manager: Portage-2.3.5, Repoman-2.3.2
sci-electronics/labone/labone-16.12.42529.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-electronics/labone/labone-16.12.42529.ebuild
b/sci-electronics/labone/labone-16.12.42529.ebuild
index 8b14560bdd6..d0e0dd38e67 100644
--- a/sci-electronics/labone/labone-16.12.42529.ebuild
+++ b/sci-electronics/labone/labone-16.12.42529.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -44,7 +44,7 @@ src_install() {
insinto "${instPath}/${instrDir}/API/C/lib"
doins API/C/lib/*.so
insinto "${instPath}/${instrDir}/API/C/include"
- doins API/C/lib/*.h
+ doins API/C/include/*.h
fi