Nagatoro wrote:
src_compile() {
# Waring message "borrowed" from the enlightenment.eclass
# by [EMAIL PROTECTED]
        eerror "This is a LIVE CVS ebuild."
        eerror "That means there are NO promises it will work."
        eerror "If it fails to build, FIX THE CODE YOURSELF"
        eerror "before reporting any issues."

    scons release=1 || die "scons failed"
}

If you run "equery depends -a scons" and read some of those ebuilds you'll see 
something like this:

scons DESTDIR=${D}

See the explanation of ${D} in the ebuild(5) manpage.  That helps keep you 
inside the sandbox.

Zac
--
gentoo-user@gentoo.org mailing list

Reply via email to