mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
dev-cpp/dtl: install headers in /usr/include/dtl
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
parent
ee0817a5da
commit
2db5a8165b
@ -42,7 +42,8 @@ src_compile() {
|
||||
|
||||
src_install() {
|
||||
escons prefix="${T}" install
|
||||
doheader "${T}/dtl/include"/*
|
||||
insinto /usr/include/dtl
|
||||
doins "${T}/dtl/include"/*
|
||||
if use examples; then
|
||||
cd examples || die
|
||||
rm SConstruct *.o *.cpp *.hpp || die
|
||||
|
Loading…
x
Reference in New Issue
Block a user