#!/bin/sh -e # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # gnx functions make the distro system #------------------------------------------- gnxpmap() { gnxunwrap ${1} gnxpatch portmap_5-1.diff portmap_5-errno gnxfilelist start ${1} gnxmake mkdir -p /usr/share/doc/portmap gnxmake install gnxfilelist finish ${1} } #eof