[hydros-assets] make directory before moving
Some checks failed
Build hydros-assets / Build and push image (push) Failing after 1m47s

This commit is contained in:
2026-03-29 19:39:43 -04:00
parent 5e6adfe56f
commit 071b3c7215

View File

@@ -16,6 +16,8 @@ Source0: source.tar.gz
# nothing to build # nothing to build
%install %install
%__rm -rf %{buildroot}
%__mkdir -p %{buildroot}${_datarootdir}/hydros
%__mv %{_builddir}/* %{buildroot}%{_datarootdir}/hydros %__mv %{_builddir}/* %{buildroot}%{_datarootdir}/hydros
#install -Dm0444 -t %{buildroot}%{_datarootdir}/hydros/ %{_builddir}/default-background.png #install -Dm0444 -t %{buildroot}%{_datarootdir}/hydros/ %{_builddir}/default-background.png