]> spindle.queued.net Git - midori/commitdiff
just set the DISTRO variable
authorRyan Niebur <ryanryan52@gmail.com>
Fri, 29 May 2009 08:17:26 +0000 (01:17 -0700)
committerRyan Niebur <ryanryan52@gmail.com>
Fri, 29 May 2009 08:17:26 +0000 (01:17 -0700)
debian/rules

index c9ea3429168fcc8d958d6ace109ce125fb7bebfc..46a2eb1df786ff91929680e00cf9f24c14ff81f1 100755 (executable)
@@ -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
 
 %: