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

(-)contrib/Jamfile.old (-2 / +1 lines)
Lines 34-41 Link Here
34
}
34
}
35
actions Wget
35
actions Wget
36
{
36
{
37
    $(RM) $(<) &&
37
    cp ${DISTDIR}/`cat $(>) | sed 's:.*/::'` ${S}/$(<) &&
38
    $(WGET) $(<) `cat $(>)` &&
39
    ( touch $(<) || true )
38
    ( touch $(<) || true )
40
}
39
}
41
40

Return to bug 89432