default_pre_build &&
create_account firebird &&
sed -i '/firebird5/D' /etc/ld.so.conf   &&
echo adding entry for firebird5 to /etc/ld.so.conf &&
echo /opt/firebird5/lib >> /etc/ld.so.conf &&
ldconfig &&
cd $SOURCE_DIRECTORY &&
apply_patch_dir patches &&
sed -i '/Debug/d' builds/posix/prefix.linux_amd64
