From: Bernd Zeimetz Date: Sat, 9 Feb 2008 16:51:59 +0000 (+0100) Subject: First fix for the lirary versions X-Git-Tag: debian/1.2.26-1~34 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3cf81e2b8c52d1a75751f90dfaf4076058aa00ce;p=pkg-rrdtool.git First fix for the lirary versions --- diff --git a/debian/rules b/debian/rules index 128f3ed..995f605 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ LIB_version := $(shell grep '^librrd_la_LDFLAGS' src/Makefile.am | \ LIB_major := $(shell echo $(LIB_version) | sed 's,\..*,,g') LIB_TH_version := $(shell grep '^librrd_th_la_LDFLAGS' src/Makefile.am | \ sed 's,^[^0-9]*,,g;s,:,.,g') -LIB_TH_major := $(shell echo $(LIB_th_version) | sed 's,\..*,,g') +LIB_TH_major := $(shell echo $(LIB_TH_version) | sed 's,\..*,,g')