* gmake -> make (the stdenv gives us GNU make).

svn path=/nixpkgs/trunk/; revision=342
gstqt5
Eelco Dolstra 2003-08-22 15:07:21 +00:00
parent 33555f6a4d
commit f11574c91d
1 changed files with 2 additions and 2 deletions

View File

@ -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