#!/bin/sh

./configure --host=arm-linux --prefix=/usr


sed -i -e's|^\(DESTDIR *=\)|\1$(shell pwd)/../../rootfs|' Makefile

