#!/bin/bash
# Super Grub Disk - supergrub-release-news
# Copyright (C) 2017 Adrian Gibanel Lopez.
#
# Super Grub Disk is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Super Grub Disk is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Super Grub Disk. If not, see
EOF cat "${SG2D_RELEASE_DIR}/MD5SUMS" >> "${DOWNLOADS_OUTPUT}" cat << EOF >> "${DOWNLOADS_OUTPUT}"
EOF cat "${SG2D_RELEASE_DIR}/SHA1SUMS" >> "${DOWNLOADS_OUTPUT}" cat << EOF >> "${DOWNLOADS_OUTPUT}"
EOF cat "${SG2D_RELEASE_DIR}/SHA256SUMS" >> "${DOWNLOADS_OUTPUT}" cat << EOF >> "${DOWNLOADS_OUTPUT}"EOF } # Needed for getting SG2D version source menus/sgd/version.cfg source grub-build-config # Get common library for supergrub-mk commands source supergrub-mkcommon SG2D_RELEASE_DIR="${SGD2_SOURCE_DIR}/releases/${sgrub_version}" SG2D_NEWS_RELEASE_DIR="${SGD2_SOURCE_DIR}/news-releases" if [ ! -d "${SG2D_NEWS_RELEASE_DIR}" ] ; then mkdir --parents "${SG2D_NEWS_RELEASE_DIR}" fi generate_downloads_news