X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=2af634033d3004584d3e037aca535c238c22ea44;hb=d9aad2940530e63aa3f91194e0997a2f9307433c;hp=71eec082aee1d913568fda152f599a69d3cf516e;hpb=2ce7f9834ab55728520bff0dd15f8d82c10b95a0;p=vpp.git diff --git a/Makefile b/Makefile index 71eec082aee..2af634033d3 100644 --- a/Makefile +++ b/Makefile @@ -30,9 +30,9 @@ OS_ID = $(shell grep '^ID=' /etc/os-release | cut -f2- -d= | sed -e 's/\" OS_VERSION_ID= $(shell grep '^VERSION_ID=' /etc/os-release | cut -f2- -d= | sed -e 's/\"//g') endif -ifeq ($(OS_ID),ubuntu) +ifeq ($(filter ubuntu debian,$(OS_ID)),$(OS_ID)) PKG=deb -else ifeq ($(OS_ID),centos) +else ifeq ($(filter rhel centos,$(OS_ID)),$(OS_ID)) PKG=rpm endif