* Hardcode the system id to be `i686-linux'.

This commit is contained in:
Eelco Dolstra 2004-07-09 13:06:12 +00:00
parent c1a18f543e
commit 064a36cb54
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Nix is a software deployment system.
%setup -q
%build
./configure --prefix=%{_prefix}
./configure --prefix=%{_prefix} --with-system="i686-linux"
make
make check