From b1cf8dc6d1c39dee84b2db907ce6cbd6de6ea930 Mon Sep 17 00:00:00 2001 From: smckown Date: Thu, 26 Nov 2009 04:13:50 +0000 Subject: [PATCH] Don't hardcode the distribution codeword (aka hardy), but get from lsb_release. git-svn-id: svn+ssh://repo/projects/cp210x/trunk@102 986fd584-583e-0410-b54d-b9fe63dff8e5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb03d6b..6a5244e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ # Change or override these values as necessary for each package release PKGVER = 0.11.1 -DEBDIST = hardy DEBRELEASE = 3tmi @@ -23,6 +22,7 @@ ifeq (,$(REPOID)) endif BUILD := build +DEBDIST := $(shell lsb_release -cs) DEBVER := $(PKGVER)-$(DEBRELEASE) RFC822DATE := $(shell date --rfc-822) ROOTNAME := cp210x -- 2.39.2