#!/bin/bash cd "$SOURCE_DIRECTORY" && ./configure --prefix=/usr --sysconfdir=/etc "$@" && make -j"$MAKE_JOBS" && make install