#!/bin/sh # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # func to make the distro system gnxbash() { gnxunwrap ${1} gnxpatch bash-2.05b-gcc34-1 bash-2.05b-gnu-fixes-2 bash-2.05b-inputrc-1 #bash-3.0-display_wrap-1 gnxconfigure --prefix=/usr --bindir=/bin gnxfilelist start ${1} gnxmake gnxmake tests gnxmake install cd /bin ln -sf bash sh gnxfilelist finish ${1} } #eof