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

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


commit 4f70d318813b646733f95bf2a28f4e2cb3885e1b
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Oct 16 21:19:46 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