#!/bin/bash set -e cd build echo "Installing nano into install dir..." make -j$(nproc) install DESTDIR=$YAPM_INSTALL_DIR