Directory name

This commit is contained in:
Bob Mottram 2018-03-28 13:27:41 +01:00
parent 4349a10b6d
commit b3147fe7a2
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function rebuild_exim_with_socks {
rm -rf "$INSTALL_DIR/exim4/"*
apt-get source exim4-daemon-heavy
apt-get -qy build-dep exim4-daemon-heavy
cd "${INSTALL_DIR}/exim4/exim4-*" || exit 356835685
cd "${INSTALL_DIR}/exim4/exim4-${exim_version}" || exit 356835685
{ echo 'Description: Socks proxying';
echo ' Support for socks proxying of outgoing mail';