#!/bin/sh -e ./configure \ --prefix=/usr \ --enable-static make DESTDIR="$1" CFLAGS="$CFLAGS -static" install ln -s /usr/bin/dash "$1/usr/bin/sh"