aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik (Xarthisius) <xarthisius.kk@gmail.com>2012-02-17 13:57:36 +0100
committerKacper Kowalik (Xarthisius) <xarthisius.kk@gmail.com>2012-02-17 13:57:36 +0100
commit2b3b9d8e1c9b92c9a558a92865bae76e8e60b868 (patch)
treeebf22d25845d7e7f7481e8e27ca388c4c52ab4f7 /media-gfx/PhiloGL
parenteapi4 goodness (diff)
downloadsci-2b3b9d8e1c9b92c9a558a92865bae76e8e60b868.tar.gz
sci-2b3b9d8e1c9b92c9a558a92865bae76e8e60b868.tar.bz2
sci-2b3b9d8e1c9b92c9a558a92865bae76e8e60b868.zip
[media-gfx/PhiloGL] don't mess with paths and follow upstream as close as possible
(Portage version: 2.2.0_alpha86/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-gfx/PhiloGL')
-rw-r--r--media-gfx/PhiloGL/ChangeLog8
-rw-r--r--media-gfx/PhiloGL/PhiloGL-1.4.2.ebuild6
2 files changed, 11 insertions, 3 deletions
diff --git a/media-gfx/PhiloGL/ChangeLog b/media-gfx/PhiloGL/ChangeLog
new file mode 100644
index 000000000..55b169465
--- /dev/null
+++ b/media-gfx/PhiloGL/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for media-gfx/PhiloGL
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 17 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> PhiloGL-1.4.2.ebuild:
+ [media-gfx/PhiloGL] don't mess with paths and follow upstream as close as
+ possible
+
diff --git a/media-gfx/PhiloGL/PhiloGL-1.4.2.ebuild b/media-gfx/PhiloGL/PhiloGL-1.4.2.ebuild
index 5389bcfcf..ad07e5bec 100644
--- a/media-gfx/PhiloGL/PhiloGL-1.4.2.ebuild
+++ b/media-gfx/PhiloGL/PhiloGL-1.4.2.ebuild
@@ -18,8 +18,8 @@ S=${WORKDIR}
src_prepare() {
if use examples ; then
for f in $(find ${S}/examples -name index.html); do
- sed -e "s:../../../build:/usr/share/${PN}:g" \
- -e "s:../../build:/usr/share/${PN}:g" \
+ sed -e "s:../../../build:/usr/share/${PN}/build:g" \
+ -e "s:../../build:/usr/share/${PN}/build:g" \
-i ${f} || die
done
sed -e "s:../../../shaders/:/usr/share/${PN}/shaders/:" \
@@ -29,7 +29,7 @@ src_prepare() {
src_install() {
insinto /usr/share/${PN}
- doins -r build/* shaders
+ doins -r build shaders
if use examples ; then
insinto /usr/share/doc/${PF}