aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-23 13:48:32 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-23 13:48:32 +0200
commit045d6ff63fe60d872ddd9f3294312ec3683f9f00 (patch)
tree965bb72c56c8157c7c2d367dca5a33dd5f788e32 /sci-misc/foma/foma-0.9.16_alpha.ebuild
parentsci-biology/tclust: Bump to EAPI=5 (diff)
downloadsci-045d6ff63fe60d872ddd9f3294312ec3683f9f00.tar.gz
sci-045d6ff63fe60d872ddd9f3294312ec3683f9f00.tar.bz2
sci-045d6ff63fe60d872ddd9f3294312ec3683f9f00.zip
sci-misc/foma: Use doheader
Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-misc/foma/foma-0.9.16_alpha.ebuild')
-rw-r--r--sci-misc/foma/foma-0.9.16_alpha.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-misc/foma/foma-0.9.16_alpha.ebuild b/sci-misc/foma/foma-0.9.16_alpha.ebuild
index 63bd6b7a2..0607dc094 100644
--- a/sci-misc/foma/foma-0.9.16_alpha.ebuild
+++ b/sci-misc/foma/foma-0.9.16_alpha.ebuild
@@ -41,7 +41,6 @@ src_install() {
# since install target doesn't have DESTDIR
dobin foma flookup cgflookup
dolib.so libfoma.so.${PV/_alpha/}
- insinto /usr/include
- doins foma.h fomalib.h fomalibconf.h
+ doheader foma.h fomalib.h fomalibconf.h
dodoc README README.symbols
}