From 782bfd30ba82379778d8a51b334cc91c16ebccf4 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Tue, 4 Sep 2012 12:56:44 +0200 Subject: [PATCH] Actually set BUNDLE_PROJECTM_PRESETS --- dist/clementine.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/clementine.spec.in b/dist/clementine.spec.in index 0c2c5d458..dda1b78b8 100644 --- a/dist/clementine.spec.in +++ b/dist/clementine.spec.in @@ -60,7 +60,7 @@ Features include: %build cd bin -%{cmake} .. -DUSE_INSTALL_PREFIX=OFF -DBUNDLE_PROJECTM_PRESETS +%{cmake} .. -DUSE_INSTALL_PREFIX=OFF -DBUNDLE_PROJECTM_PRESETS=ON make %{?_smp_mflags} %install