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