#!/bin/bash
set -e

./configure --prefix=/usr --sysconfdir=/etc &&

make &&

make -j1 install