make_single &&
default_install &&
make_normal &&

if [[ $INIT_INSTALLED ]]; then
  install_config_file "$SPELL_DIRECTORY/init.d/opendkim.conf" \
                      "$INSTALL_ROOT/etc/sysconfig/opendkim"
fi &&

install -d -o opendkim -g opendkim -vm 755 "$INSTALL_ROOT/var/run/opendkim"
