sed -i "s:prefix=/usr:prefix=$INSTALL_ROOT/usr:" Makefile &&
if [[ $COMPRESS != none ]]; then
  make gz
fi
