if [[ $CONFIGS == y ]]; then
  cd $SOURCE_DIRECTORY &&
  make installconf
fi &&
make install

