#!/bin/sh # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # func to make the distro system gnxexpect() { gnxunwrap $XPECT gnxpatch expect-5.39.0-spawn gnxconfigure --prefix=${PREFIX} --with-tcl=${PREFIX}/lib --with-x=no gnxmake gnxmake tests gnxfilelist start $XPECT gnxmake SCRIPTS="" install gnxfilelist finish $XPECT } #eof