diff options
author | Rob Austein <sra@hactrn.net> | 2020-09-11 20:32:37 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2020-09-11 20:32:37 -0400 |
commit | 2b3e202f283926268c94b0227c18643a418f8c41 (patch) | |
tree | 7f45650001cdf27ed2257f023e8f979a2aca13d4 | |
parent | 03eced9d3832bfb398ae16d6bd27afbf2bce5945 (diff) |
Add Ubuntu 20.04 (Focal Fossa) packages
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,8 +41,8 @@ REPO_UMASK := 002 # Debian clean-room package builder setup PBUILDER_BASE := ${HOME}/pbuilder -PBUILDER_TARGETS := $(foreach D,debian/stretch debian/buster,${D}/i386 ${D}/amd64 ${D}/armhf) \ - $(foreach D,ubuntu/xenial ubuntu/bionic,${D}/i386 ${D}/amd64) +PBUILDER_TARGETS := $(foreach D, debian/stretch debian/buster , ${D}/i386 ${D}/amd64 ${D}/armhf) \ + $(foreach D, ubuntu/xenial ubuntu/bionic ubuntu/focal , ${D}/i386 ${D}/amd64) # Where we upload the final results (if we do) |