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