1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-18 12:28:31 +01:00

Maybe fix the git revision number in the PPA builds

This commit is contained in:
David Sansome 2011-10-15 19:48:23 +01:00
parent 50b4f2ee93
commit 4a25ddee00

2
debian/rules.in vendored
View File

@ -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