diff options
author | 2001-10-06 15:30:16 +0000 | |
---|---|---|
committer | 2001-10-06 15:30:16 +0000 | |
commit | 3e511008adb1aba4e01c7a7455f2c0f2f73b750d (patch) | |
tree | a2c774b78d6585e40bd6cd6bf84d44f36146ae11 /media-video/bcast | |
parent | added -lm (diff) | |
download | gentoo-2-3e511008adb1aba4e01c7a7455f2c0f2f73b750d.tar.gz gentoo-2-3e511008adb1aba4e01c7a7455f2c0f2f73b750d.tar.bz2 gentoo-2-3e511008adb1aba4e01c7a7455f2c0f2f73b750d.zip |
The Big Commit. Modifies apps to install into /usr instead of /usr/X11R6. If it breaks, fix it.
Diffstat (limited to 'media-video/bcast')
-rw-r--r-- | media-video/bcast/bcast-2000c-r1.ebuild (renamed from media-video/bcast/bcast-2000c.ebuild) | 6 | ||||
-rw-r--r-- | media-video/bcast/files/digest-bcast-2000c | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/media-video/bcast/bcast-2000c.ebuild b/media-video/bcast/bcast-2000c-r1.ebuild index 05140f9d6b1d..1b8f6fb1c674 100644 --- a/media-video/bcast/bcast-2000c.ebuild +++ b/media-video/bcast/bcast-2000c-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/bcast/bcast-2000c.ebuild,v 1.4 2001/06/19 21:46:47 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/bcast/bcast-2000c-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $ A=${P}-src.tar.gz S=${WORKDIR}/${P} @@ -35,12 +35,12 @@ src_compile() { src_install () { - into /usr/X11R6 + into /usr dobin bcast/bcast2000 dolib.so bcbase/libbcbase.so dolib.so guicast/libguicast.so insopts -m 755 - insinto /usr/X11R6/lib/bcast/plugins + insinto /usr/lib/bcast/plugins doins plugins/*.plugin dodoc COPYING docinto html diff --git a/media-video/bcast/files/digest-bcast-2000c b/media-video/bcast/files/digest-bcast-2000c deleted file mode 100644 index d9839988671f..000000000000 --- a/media-video/bcast/files/digest-bcast-2000c +++ /dev/null @@ -1 +0,0 @@ -MD5 1648ade202eadfca9522d5371c003820 bcast-2000c-src.tar.gz |