fix typo when create folder.

This commit is contained in:
GenZmeY 2021-03-15 00:43:07 +03:00
parent be54587f00
commit 2bb10688d6

View File

@ -41,7 +41,7 @@ install -d %{buildroot}/%{_unitdir}
install -d %{buildroot}/%{_datadir}/%{name}
install -d %{buildroot}/%{_sysconfdir}/%{name}
install -d %{buildroot}/%{_localstatedir}/cache/%{name}
install -d %{buildroot}/%{_datadir}/licenses/%{name}/*
install -d %{buildroot}/%{_datadir}/licenses/%{name}
install -m 644 %{SOURCE0} %{buildroot}/%{_bindir}
install -m 644 %{SOURCE1} %{buildroot}/%{_datadir}/%{name}