#!/bin/sh # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # func to make the distro system gnxless() { gnxunwrap $LESS gnxfilelist start $LESS gnxconfigure --prefix=${PREFIX} --bindir=/bin --sysconfdir=/etc gnxmake gnxmake install gnxfilelist finish $LESS } #eof