From 708a671334b240be67f0097b3e3404c0a5715297 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 30 Nov 2002 02:00:45 +0000 Subject: Changed mkdir ${D} to dodir ${D} --- media-libs/divx4linux/divx4linux-20020418.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'media-libs/divx4linux') diff --git a/media-libs/divx4linux/divx4linux-20020418.ebuild b/media-libs/divx4linux/divx4linux-20020418.ebuild index 436c10663d09..67eed7f8f4d0 100644 --- a/media-libs/divx4linux/divx4linux-20020418.ebuild +++ b/media-libs/divx4linux/divx4linux-20020418.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/divx4linux-20020418.ebuild,v 1.9 2002/10/04 05:46:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/divx4linux-20020418.ebuild,v 1.10 2002/11/30 01:58:21 vapier Exp $ DXVER=501 S="${WORKDIR}/${PN}-${PV}" @@ -8,12 +8,11 @@ DESCRIPTION="Binary release of DivX Codec 5.0.1" SRC_URI="http://download.divx.com/divx/${PN}${DXVER}-${PV}.tgz" HOMEPAGE="http://www.divx.com/" -DEPEND="virtual/glibc" - SLOT="0" LICENSE="DIVX" KEYWORDS="x86 -ppc -sparc -sparc64" +DEPEND="virtual/glibc" # Make sure Portage does _NOT_ strip symbols. Need both lines for # Portage 1.8.9+ @@ -21,7 +20,6 @@ DEBUG="yes" RESTRICT="nostrip" src_install() { - dodir /usr/{lib,include} # Do the divx50 decoder stuff @@ -29,6 +27,6 @@ src_install() { insinto /usr/include doins *.h dodoc README.linux license.txt - mkdir ${D}/usr/share/doc/${P}/html + dodir /usr/share/doc/${P}/html cp -a 'DivX MPEG-4 Codec and Its Interface.htm' ${D}/usr/share/doc/${P}/html } -- cgit v1.2.3-65-gdbad