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

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