diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:53:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:53:00 +0000 |
commit | ed838c5ad3bb4ceef1e6c72a88fda5d801242d42 (patch) | |
tree | 817a5ea6288fb573570a939e73524786c9182698 /debian/rules.real | |
parent | Updating vcs fields. (diff) | |
download | linux-ed838c5ad3bb4ceef1e6c72a88fda5d801242d42.tar.xz linux-ed838c5ad3bb4ceef1e6c72a88fda5d801242d42.zip |
Building without lsb-release.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules.real')
-rw-r--r-- | debian/rules.real | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules.real b/debian/rules.real index 98ee4ac7a..a84bf22f5 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 |