diff options
-rw-r--r-- | nix.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix.spec.in b/nix.spec.in index 8b367eb554da..0fe3fb64a85b 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -19,7 +19,7 @@ Nix is a software deployment system. %setup -q %build -./configure --prefix=%{_prefix} --with-system="i686-linux" +./configure --prefix=%{_prefix} make make check |