From 4a25ddee00760477dfaf62e9f2a3c27f3701062d Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sat, 15 Oct 2011 19:48:23 +0100 Subject: [PATCH] Maybe fix the git revision number in the PPA builds --- debian/rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules.in b/debian/rules.in index 5fe0922a5..cf1b94f1d 100755 --- a/debian/rules.in +++ b/debian/rules.in @@ -7,7 +7,7 @@ configure-stamp: cd bin && cmake .. \ -DCMAKE_INSTALL_PREFIX=$(CURDIR)/debian/clementine/usr \ -DBUNDLE_PROJECTM_PRESETS=OFF \ - -DFORCE_SVN_REVISION=@SVN_REVISION@ + -DFORCE_GIT_REVISION=@GIT_REVISION@ touch configure-stamp build: build-stamp