Deb: release numbers (18.04) -> codenames (bionic)

This commit is contained in:
Dmitry Maksyoma
2021-01-28 22:10:46 +13:00
parent e5b8d4df11
commit 070458d302
20 changed files with 47 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
TARGET_OS := $(shell lsb_release -is | tr '[:upper:]' '[:lower:]')
TARGET_OS_VER := $(shell lsb_release -rs)
TARBALL := builder/build/kasmvnc.$(TARGET_OS)_$(TARGET_OS_VER).tar.gz
TARGET_OS_CODENAME := $(shell lsb_release -cs)
TARBALL := builder/build/kasmvnc.$(TARGET_OS)_$(TARGET_OS_CODENAME).tar.gz
TAR_DATA := $(shell mktemp -d)
SRC := $(TAR_DATA)/usr/local
SRC_BIN := $(SRC)/bin