Chris@1577: #!/bin/bash Chris@1577: Chris@1577: set -e Chris@1577: Chris@1589: # Install the Apache mod_perl module used for hg repo access control Chris@1589: Chris@1577: if [ ! -f /usr/local/lib/site_perl/Apache/Authn/SoundSoftware.pm ]; then Chris@1577: mkdir -p /usr/local/lib/site_perl/Apache/Authn/ Chris@1589: cp /var/www/code/extra/soundsoftware/SoundSoftware.pm \ Chris@1589: /usr/local/lib/site_perl/Apache/Authn/ Chris@1577: fi Chris@1577: