#! /bin/sh [ -z "$HTML_DESTDIR" ] && HTML_DESTDIR=html if [ -f /usr/local/src/radsecproxy-web/Makefile ]; then make -C /usr/local/src/radsecproxy-web DESTDIR=$HTML_DESTDIR fi