#!/bin/sh +e # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # gnx functions make the distro system #------------------------------------------- gnxX11R6sdk() { gnxfilelist start ${1} cd /usr/src/xbuild gnxmake install.sdk cp lib/Xft/libXft.a /usr/X11R6/lib/ gnxfilelist finish ${1} } #eof