Deb: trim cruft from Makefile

This commit is contained in:
Dmitry Maksyoma 2021-02-11 20:46:05 +13:00
parent 69efc52614
commit d658f2b8a3

View File

@ -1,6 +1,5 @@
TARGET_OS := $(shell lsb_release -is | tr '[:upper:]' '[:lower:]')
TARGET_OS_CODENAME := $(shell lsb_release -cs | tr '[:upper:]' '[:lower:]')
TARBALL_DIR :=
ifeq ($(TARGET_OS), centos)
TARBALL_DIR := $$RPM_SOURCE_DIR
else