#!/bin/sh -e cd Project/GNU/CLI ./autogen.sh ./configure \ --prefix=/usr make make DESTDIR="$1" install