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

(-)mplayer-1.0_rc1.ebuild (-2 / +2 lines)
Lines 464-471 Link Here
464
464
465
	# Install the default Skin and Gnome menu entry
465
	# Install the default Skin and Gnome menu entry
466
	if use gtk; then
466
	if use gtk; then
467
		dodir /usr/share/mplayer/skin
467
		dodir /usr/share/mplayer/skins
468
		cp -r ${WORKDIR}/Blue ${D}/usr/share/mplayer/skin/default || die
468
		cp -r ${WORKDIR}/Blue ${D}/usr/share/mplayer/skins/default || die "Failed installing default-skin."
469
469
470
		# Fix the symlink
470
		# Fix the symlink
471
		rm -rf ${D}/usr/bin/gmplayer
471
		rm -rf ${D}/usr/bin/gmplayer

Return to bug 154504