From f253051c440e22b00e9dd8584188f23c9fd17b9e Mon Sep 17 00:00:00 2001 From: Ryan Niebur Date: Fri, 29 May 2009 01:17:26 -0700 Subject: [PATCH] just set the DISTRO variable --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c9ea3429..46a2eb1d 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ CMD=$(shell echo $@ | sed 's/override_//') DISTRO=$(shell lsb_release -is) CONFIG_FILE=debian/config/$(DISTRO).h ifneq (0, $(shell test -e $(CONFIG_FILE); echo "$$?")) - CONFIG_FILE=debian/config/Debian.h + DISTRO=Debian endif %: -- 2.39.5