This commit is contained in:
parent
1fc05928dd
commit
74cfda1c80
@ -47,11 +47,19 @@ it can be used to test the computer's memory.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# dependencies are broken for the package and it should not be built in parallel
|
# dependencies are broken for the package and it should not be built in parallel
|
||||||
|
%ifarch x86_64
|
||||||
cd build64
|
cd build64
|
||||||
|
%else
|
||||||
|
cd build32
|
||||||
|
%endif
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
%ifarch x86_64
|
||||||
cd build64
|
cd build64
|
||||||
|
%else
|
||||||
|
cd build32
|
||||||
|
%endif
|
||||||
install -Dpm 0644 memtest.bin \
|
install -Dpm 0644 memtest.bin \
|
||||||
%{buildroot}/boot/memtest.bin
|
%{buildroot}/boot/memtest.bin
|
||||||
install -Dpm 0644 memtest.efi \
|
install -Dpm 0644 memtest.efi \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user