00 0 #!/bin/sh set -e cd ~/sources/ rm -rf $UNPACKDIR exit mkdir -p ~/sources/ cd ~/sources/ tar -xvf > /tmp/unpacked UNPACKDIR=`head -n1 /tmp/unpacked | sed 's@^./@@;s@/.*@@'` cd $UNPACKDIR URL es cp $SRC_ARCHIVE/ / || \ cp $SRC_ARCHIVE/ || \ wget $FTP_SERVER/BLFS/conglomeration/ / || \ wget || \ wget echo " " | md5sum -c - wget sudo # make -k || true **EDITME EDITME**