Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 30724
Collapse All | Expand All

(-)mplayer-0.92.ebuild.orig (-4 / +7 lines)
Lines 62-68 Link Here
62
62
63
DEPEND="${RDEPEND}
63
DEPEND="${RDEPEND}
64
	x86? ( dev-lang/nasm )
64
	x86? ( dev-lang/nasm )
65
	app-arch/unzip"
65
	app-arch/unzip
66
	sys-apps/findutils"
66
67
67
SLOT="0"
68
SLOT="0"
68
LICENSE="GPL-2"
69
LICENSE="GPL-2"
Lines 353-364 Link Here
353
354
354
	dodoc AUTHORS ChangeLog README
355
	dodoc AUTHORS ChangeLog README
355
	# Install the documentation; DOCS is all mixed up not just html
356
	# Install the documentation; DOCS is all mixed up not just html
356
	chmod 0755 ${S}/DOCS -R
357
	chmod 0644 ${S}/DOCS -R
357
	cp -r ${S}/DOCS ${D}/usr/share/doc/${PF}/ || die
358
	find ${S}/DOCS -type d -exec chmod +x {} \;
359
	cp -r ${S}/DOCS ${D}/usr/share/doc/${PF} || die
358
360
359
	# Copy misc tools to documentation path, as they're not installed
361
	# Copy misc tools to documentation path, as they're not installed
360
	# directly
362
	# directly
361
	chmod 0755 ${S}/TOOLS -R
363
	chmod 0644 ${S}/TOOLS -R
364
	find ${S}/TOOLS -type d -exec chmod +x {} \;
362
	cp -r ${S}/TOOLS ${D}/usr/share/doc/${PF} || die
365
	cp -r ${S}/TOOLS ${D}/usr/share/doc/${PF} || die
363
366
364
	# Install the default Skin and Gnome menu entry
367
	# Install the default Skin and Gnome menu entry

Return to bug 30724