From: Ryan Niebur Date: Fri, 29 May 2009 08:17:26 +0000 (-0700) Subject: just set the DISTRO variable X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f253051c440e22b00e9dd8584188f23c9fd17b9e;p=midori just set the DISTRO variable --- 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 %: