#!/bin/bash
cd $LFS/usr/src/sed-*/ ||exit

./configure --prefix=/prelfs &&
make &&
#make check &&
make install
