Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89432 | Differences between
and this patch

Collapse All | Expand All

(-)HandBrake-0.9.3/contrib/Jamfile.orig (-3 / +1 lines)
Lines 34-42 Link Here
34
}
34
}
35
actions Wget
35
actions Wget
36
{
36
{
37
    $(RM) $(<) &&
37
    cp `cat $(>) | cut -d"/" -f6` $(<)
38
    $(WGET) $(<) `cat $(>)` &&
39
    ( touch $(<) || true )
40
}
38
}
41
39
42
# liba52
40
# liba52

Return to bug 89432