[mate-text-editor/f17] fix mateconf mistake in build

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


commit 3b13d0e286d1d2187c7281fe39bf1e1d66e13deb
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Oct 16 21:17:40 2012 +0100

    fix mateconf mistake in build

 mate-text-editor.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mate-text-editor.spec b/mate-text-editor.spec
index f0813cb..351cf3b 100644
--- a/mate-text-editor.spec
+++ b/mate-text-editor.spec
@@ -85,9 +85,9 @@ find ./*/*/* -type f -exec chmod 644 {} \;
 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 --delete-original             \
   --remove-category=MATE                           \


More information about the scm-commits mailing list