summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 52777fc)
raw | patch | inline | side by side (parent: 52777fc)
author | Bernd Zeimetz <bzed@debian.org> | |
Sat, 9 Feb 2008 16:51:59 +0000 (17:51 +0100) | ||
committer | Bernd Zeimetz <bzed@debian.org> | |
Sat, 9 Feb 2008 16:51:59 +0000 (17:51 +0100) |
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index 128f3edb655a8d994e92b875eda29057291fe6c3..995f605ba854b7db5f3e443f45e772ea71bf627f 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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')