#!/bin/sh -e # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # gnx functions make the distro system #------------------------------------------- gnxttmkfdir() { gnxunwrap ${1} gnxpatch ttmkfdir2-34-1 gnxfilelist start ${1} gnxmake cp ttmkfdir /usr/sbin gnxfilelist finish ${1} } #eof