view sources/control-images/gentoo-bootstrap/mnt/build/patch.sh @ 1275:a4cb2ed0a551

Move sources/native-builds to sources/control-images, so the naming is consistent.
author Rob Landley <rob@landley.net>
date Sun, 07 Nov 2010 15:55:26 -0600
parents sources/native-builds/gentoo-bootstrap/mnt/build/patch.sh@3ffcb56847e3
children
line wrap: on
line source

#!/bin/sh

# Need a patch with --dry-run to make portage happy

./configure --prefix=/usr &&
make -j $CPUS &&
make install