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