diff options
Diffstat (limited to 'nasm.spec.in')
-rw-r--r-- | nasm.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nasm.spec.in b/nasm.spec.in index 11a8e07..b00bf4b 100644 --- a/nasm.spec.in +++ b/nasm.spec.in @@ -35,11 +35,11 @@ is sometimes used with the Netwide Assembler (NASM). These tools include linker, library manager, loader, and information dump. %prep -%setup +%setup -n nasm-%{nasm_version} %build %configure -%make %{?_smp_mflags} everything +make %{?_smp_mflags} everything %install rm -rf "$RPM_BUILD_ROOT" |