mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
* gmake -> make (the stdenv gives us GNU make).
svn path=/nixpkgs/trunk/; revision=342
This commit is contained in:
parent
33555f6a4d
commit
f11574c91d
|
@ -5,5 +5,5 @@
|
|||
tar xvfz $src || exit 1
|
||||
cd SWIG-* || exit 1
|
||||
./configure --prefix=$out || exit 1
|
||||
gmake || exit 1
|
||||
gmake install || exit 1
|
||||
make || exit 1
|
||||
make install || exit 1
|
||||
|
|
Loading…
Reference in a new issue