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


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