view images/lfs-bootstrap/mnt/build/psmisc.sh @ 0:bcd2e358d57f

Start by copying the existing control image building infrastructure from Aboriginal Linux, and shuffling the layout around a bit.
author Rob Landley <rob@landley.net>
date Sun, 03 Jul 2011 17:23:26 -0500
parents
children 156c020be180
line wrap: on
line source

#!/bin/sh

# Another bugfix that you'd think would be a patch, but no...

sed -i 's@#include<sys\/usr.h>@#include <bits\/types.h>\&@' configure &&

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