#!/bin/sh -e # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # func to make the distro system gnxnettools() { gnxunwrap $NETTOOLS gnxpatch net-tools-1.60-gcc34-2 net-tools-1.60-kernel-headers-1 cp ${PATCH}/net-tools-1.60.config.make config.h #yes "" | make config gnxfilelist start $NETTOOLS gnxmake gnxmake update gnxfilelist finish $NETTOOLS } #eof