Add missing install command for directories

This commit is contained in:
Parag Nemade 2014-07-14 19:14:43 +05:30
parent 7125068b04
commit 290fe089ea

View File

@ -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