raspbian support to buildsystem

This commit is contained in:
Andrew Bauer 2018-02-19 11:30:27 -06:00 committed by GitHub
parent a177d8e9dc
commit 1ace6861c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ if [ "${TRAVIS_EVENT_TYPE}" == "cron" ] || [ "${TRAVIS}" != "true" ]; then
execpackpack execpackpack
# Steps common to Debian based distros # Steps common to Debian based distros
elif [ "${OS}" == "debian" ] || [ "${OS}" == "ubuntu" ]; then elif [ "${OS}" == "debian" ] || [ "${OS}" == "ubuntu" ] || [ "${OS}" == "raspbian" ]; then
echo "Begin ${OS} ${DIST} build..." echo "Begin ${OS} ${DIST} build..."
setdebpkgname setdebpkgname