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

PATH=$perl/bin:$PATH

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