just set the DISTRO variable

This commit is contained in:
Ryan Niebur 2009-05-29 01:17:26 -07:00
parent 774bce013e
commit f253051c44

2
debian/rules vendored
View file

@ -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
%: