From 0edb57f7d14c2916979f6d77f06ea82843703f90 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Tue, 1 Jul 2014 23:26:58 +0100 Subject: Two small fixes to make Debian builds work again. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 2c9e3a12..df977787 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ DEBUG ?= 0 ifndef BITLBEE_VERSION # Want to use the full package version number instead of just the release. -BITLBEE_CONFIGURE_VERSION ?= BITLBEE_VERSION=\"$(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')\" +BITLBEE_CONFIGURE_VERSION ?= BITLBEE_VERSION="$(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')" endif ifneq ($(BITLBEE_LIBPURPLE),1) -- cgit v1.2.3