From 4a4778d87608e1d7046bdc4bef511b837ee73682 Mon Sep 17 00:00:00 2001 From: lars Date: Mon, 3 Sep 2007 21:18:21 +0000 Subject: [PATCH] improve handling of python versions for debian upload release cryptobox-server v0.3.4.5 upload source file of cryptobox-server v0.3.4.4 --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7543328..d5dcb9a 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,8 @@ .NOTPARALLEL: DEB_BUILD_DIR=$(CURDIR)/debian/cryptobox-server -CB_PYDIR=$(DEB_BUILD_DIR)/usr/lib/python$(shell pyversions -vr)/site-packages/cryptobox +PY_VER=$(shell pyversions -vr | cut -f 1 -d " ") +CB_PYDIR=$(DEB_BUILD_DIR)/usr/lib/python${PY_VER}/site-packages/cryptobox build: build-stamp