Skip to content

Commit

Permalink
dev-games/ode: correct example install (bug #568920)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.24
  • Loading branch information
Michael Sterrett committed Dec 30, 2015
1 parent cf67e14 commit 6dbff77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-games/ode/ode-0.13.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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%.*}
Expand Down

0 comments on commit 6dbff77

Please sign in to comment.