Add missing install command for directories
This commit is contained in:
parent
7125068b04
commit
290fe089ea
@ -55,6 +55,9 @@ make V=1 %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
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
|
%find_lang dconf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user