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

(-)/usr/portage/app-cdr/dvdshrink/dvdshrink-2.6.1-r1.ebuild (-1 / +1 lines)
Lines 25-31 Link Here
25
src_install() {
25
src_install() {
26
26
27
	dobin ./usr/bin/dvdshrink || die "Install of dvdshrink failed"
27
	dobin ./usr/bin/dvdshrink || die "Install of dvdshrink failed"
28
	use X && dobin ./usr/bin/xdvdshrink.pl || die "Install of xdvdshrink.pl	failed"
28
	use X && (dobin ./usr/bin/xdvdshrink.pl || die "Install of xdvdshrink.pl failed")
29
29
30
	dobin ./usr/bin/dvdsfunctions || die "Install of dvdsfunctions failed"
30
	dobin ./usr/bin/dvdsfunctions || die "Install of dvdsfunctions failed"
31
	dobin ./usr/bin/batchrip.sh || die "Install of batchrip.sh failed"
31
	dobin ./usr/bin/batchrip.sh || die "Install of batchrip.sh failed"

Return to bug 134013