#!/bin/bash
set -e

./configure --prefix=/usr &&

make &&

make -j1 install &&

mv -v /usr/bin/gzip /bin