Add groovy and hirsuit builds
This commit is contained in:
parent
c0f53382c8
commit
7889b515d3
|
@ -347,7 +347,7 @@ elif [ "${OS}" == "debian" ] || [ "${OS}" == "ubuntu" ] || [ "${OS}" == "raspbia
|
||||||
setdebpkgname
|
setdebpkgname
|
||||||
movecrud
|
movecrud
|
||||||
|
|
||||||
if [ "${DIST}" == "focal" ] || [ "${DIST}" == "buster" ]; then
|
if [ "${DIST}" == "focal" ] || "${DIST}" == "groovy" || "${DIST}" == "hirsuit" || [ "${DIST}" == "buster" ]; then
|
||||||
ln -sfT distros/ubuntu2004 debian
|
ln -sfT distros/ubuntu2004 debian
|
||||||
elif [ "${DIST}" == "beowulf" ]; then
|
elif [ "${DIST}" == "beowulf" ]; then
|
||||||
ln -sfT distros/beowulf debian
|
ln -sfT distros/beowulf debian
|
||||||
|
|
Loading…
Reference in New Issue