From 3cf81e2b8c52d1a75751f90dfaf4076058aa00ce Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Sat, 9 Feb 2008 17:51:59 +0100 Subject: [PATCH] First fix for the lirary versions --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.30.2