summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 10:09:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 10:09:44 +0000
commitc289f7a0c68ae0799930a987530054722714c24d (patch)
treecbc7c8617f227e6d8ca1bf3a6dfe3cecf110aeaa
parentUpdating vcs fields. (diff)
downloadlinux-c289f7a0c68ae0799930a987530054722714c24d.tar.xz
linux-c289f7a0c68ae0799930a987530054722714c24d.zip
Building without lsb-release.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/rules.real5
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules.real b/debian/rules.real
index 5cc1ccdd1..7f5dad55e 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -11,10 +11,7 @@ DISTRIBUTION := $(shell dpkg-parsechangelog -SDistribution)
SOURCE_DATE := $(shell dpkg-parsechangelog -SDate)
SOURCE_DATE_UTC_ISO := $(shell date -u -d '$(SOURCE_DATE)' +%Y-%m-%d)
-DISTRIBUTOR := $(shell lsb_release -is 2>/dev/null)
-ifeq ($(DISTRIBUTOR),)
-DISTRIBUTOR := Debian
-endif
+DISTRIBUTOR := Progress Linux
include debian/rules.defs