[control-center] fix build

Matthias Clasen mclasen at fedoraproject.org
Wed Jan 16 21:53:25 UTC 2013


commit 03c19cb9da23dc2e290256aae39e37274512eaf8
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Jan 16 16:54:00 2013 -0500

    fix build

 control-center.spec |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/control-center.spec b/control-center.spec
index c2a6943..59e5e02 100644
--- a/control-center.spec
+++ b/control-center.spec
@@ -138,13 +138,11 @@ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dyn
 make %{?_smp_mflags}
 
 %install
-export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
-unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
 desktop-file-install --delete-original			\
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications				\
-  --add-only-show-in GNOME						\
+  --dir $RPM_BUILD_ROOT%{_datadir}/applications		\
+  --add-only-show-in GNOME				\
   $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 
 # we do want this


More information about the scm-commits mailing list