summary refs log tree commit diff
path: root/pkgs/applications/misc/hello/ex-1/builder.sh
blob: befc4b1746897e34408ca04a5d7a93abda8de88a (plain) (blame)
1
2
3
4
5
6
7
8
9
. $stdenv/setup

PATH=$perl/bin:$PATH

tar xvfz $src
cd hello-*
./configure --prefix=$out
make
make install