Marcus Meissner 2023-02-08 14:32:43 +00:00 committed by Git OBS Bridge
parent 1fc05928dd
commit 74cfda1c80

View File

@ -47,11 +47,19 @@ it can be used to test the computer's memory.
%build
# dependencies are broken for the package and it should not be built in parallel
%ifarch x86_64
cd build64
%else
cd build32
%endif
make
%install
%ifarch x86_64
cd build64
%else
cd build32
%endif
install -Dpm 0644 memtest.bin \
%{buildroot}/boot/memtest.bin
install -Dpm 0644 memtest.efi \