[mate-conf-editor] fix mateconf mistake in build

leigh123linux leigh123linux at fedoraproject.org
Tue Oct 16 20:20:06 UTC 2012


commit 07430d187fd7725414049e0cd09e2b3b0e07f748
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Oct 16 21:20:03 2012 +0100

    fix mateconf mistake in build

 mate-conf-editor.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mate-conf-editor.spec b/mate-conf-editor.spec
index 34b84fa..5b77b73 100644
--- a/mate-conf-editor.spec
+++ b/mate-conf-editor.spec
@@ -36,9 +36,9 @@ NOCONFIGURE=1 ./autogen.sh
 make %{?_smp_mflags}
 
 %install
-export MATECONF_MAKEFILE_SCHEMA_INSTALL=1
+export MATECONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
-unset MATECONF_MAKEFILE_SCHEMA_INSTALLL
+unset MATECONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
 
 desktop-file-install --vendor "" --delete-original       \


More information about the scm-commits mailing list