diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-07-18T21·08+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-07-18T21·08+0000 |
commit | 9bf7a5f516c9f6a9445e76d3166d173f5ab958bb (patch) | |
tree | 32fc5e52be03a68273f099ad1e6bbebca4bae050 /nix.spec.in | |
parent | 39eaecbc982246a511810be578ef1ebbe9fd3c10 (diff) |
* Don't pass `--with-system'.
Diffstat (limited to 'nix.spec.in')
-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 |