From 74cfda1c8072d9c938ece1cf38849d6e062652048e650853fd9ee51141de15ef Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 8 Feb 2023 14:32:43 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Base:System/memtest86+?expand=0&rev=42 --- memtest86+.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/memtest86+.spec b/memtest86+.spec index a84f8e6..b1a4435 100644 --- a/memtest86+.spec +++ b/memtest86+.spec @@ -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 \