summary refs log tree commit diff
path: root/pkgs/os-specific/linux/net-tools/builder.sh
blob: 17dea5297f6af06e6fc4f8f991fa6e892604ab55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
buildinputs=""
. $stdenv/setup

tar xvfj $src
cd net-tools-*
cp $config config.h
sed "s^/usr/share/man^/share^"  < man/Makefile > tmp
mv tmp man/Makefile
make
mkdir $out
make BASEDIR=$out install