From 290fe089ea4ebefc6f9b09a278e06983b96d7d6e Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Mon, 14 Jul 2014 19:14:43 +0530 Subject: [PATCH] Add missing install command for directories --- dconf.spec | 3 +++ 1 file changed, 3 insertions(+) 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