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

(-)file_not_specified_in_diff (-4 / +3 lines)
Line  Link Here
0
-- audacious-2.4.2.ebuild      2010-12-07 23:26:03.000000000 +0000
0
++ audacious-2.4.2.ebuild      2010-12-27 14:14:14.476008808 +0000
Lines 43-55 Link Here
43
               $(use_enable nls) \
43
               $(use_enable nls) \
44
               $(use_enable session sm) \
44
               $(use_enable session sm) \
45
               $(use_enable sse2) \
45
               $(use_enable sse2) \
46
               || die
46
47
48
       emake || die "make failed"
47
       emake || die "make failed"
49
}
48
}
50
49
51
src_install() {
50
src_install() {
52
       make DESTDIR="${D}" install || die
51
       emake DESTDIR="${D}" install || die
53
       dodoc AUTHORS NEWS README
52
       dodoc AUTHORS NEWS README
54
53
55
       # Gentoo_ice skin installation; bug #109772
54
       # Gentoo_ice skin installation; bug #109772

Return to bug 349858