projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf67e14
)
dev-games/ode: correct example install (bug #568920)
author
Michael Sterrett
<mr_bones_@gentoo.org>
Wed, 30 Dec 2015 07:51:26 +0000
(
02:51
-0500)
committer
Michael Sterrett
<mr_bones_@gentoo.org>
Wed, 30 Dec 2015 07:51:26 +0000
(
02:51
-0500)
Package-Manager: portage-2.2.24
dev-games/ode/ode-0.13.ebuild
patch
|
blob
|
history
diff --git
a/dev-games/ode/ode-0.13.ebuild
b/dev-games/ode/ode-0.13.ebuild
index b123af80ca8aecd60f0e93afcd43a053d68bd49a..2f22678dbfcc98772609e0199880a59bc45eab8f 100644
(file)
--- a/
dev-games/ode/ode-0.13.ebuild
+++ b/
dev-games/ode/ode-0.13.ebuild
@@
-59,14
+59,14
@@
src_install() {
fi
if use examples; then
docompress -x "${MY_EXAMPLES_DIR}"
- doexe drawstuff/dstest/dstest
insinto "${MY_EXAMPLES_DIR}"
+ exeinto "${MY_EXAMPLES_DIR}"
+ doexe drawstuff/dstest/dstest
doins ode/demo/*.{c,cpp,h} \
drawstuff/textures/*.ppm \
drawstuff/dstest/dstest.cpp \
drawstuff/src/{drawstuff.cpp,internal.h,x11.cpp}
cd ode/demo
- exeinto "${MY_EXAMPLES_DIR}"
local f
for f in *.c* ; do
doexe .libs/${f%.*}