[dconf] Add missing install command for directories

paragn paragn at fedoraproject.org
Mon Jul 14 13:44:43 UTC 2014


commit 290fe089ea4ebefc6f9b09a278e06983b96d7d6e
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Mon Jul 14 19:14:43 2014 +0530

    Add missing install command for directories

 dconf.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/dconf.spec b/dconf.spec
index da5ed6f..9328a75 100644
--- a/dconf.spec
+++ b/dconf.spec
@@ -55,6 +55,9 @@ make V=1 %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
+#we need this beacuse ibus and gdm installs file there
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/dconf/db
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/dconf/profile
 
 %find_lang dconf
 


More information about the scm-commits mailing list