just set the DISTRO variable
This commit is contained in:
parent
774bce013e
commit
f253051c44
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -5,7 +5,7 @@ CMD=$(shell echo $@ | sed 's/override_//')
|
||||||
DISTRO=$(shell lsb_release -is)
|
DISTRO=$(shell lsb_release -is)
|
||||||
CONFIG_FILE=debian/config/$(DISTRO).h
|
CONFIG_FILE=debian/config/$(DISTRO).h
|
||||||
ifneq (0, $(shell test -e $(CONFIG_FILE); echo "$$?"))
|
ifneq (0, $(shell test -e $(CONFIG_FILE); echo "$$?"))
|
||||||
CONFIG_FILE=debian/config/Debian.h
|
DISTRO=Debian
|
||||||
endif
|
endif
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
|
Loading…
Reference in a new issue