82e678362f
svn path=/nixpkgs/trunk/; revision=4335
8 lines
151 B
Bash
8 lines
151 B
Bash
source $stdenv/setup || exit 1
|
|
|
|
tar xvfz $src || exit 1
|
|
cd which-* || exit 1
|
|
./configure --prefix=$out || exit 1
|
|
make || exit 1
|
|
make install || exit 1
|