From: Jorge Manuel B. S. Vicetto (jmbsvicetto) Date: Mon, 29 Oct 2018 17:22:11 +0000 (-0100) Subject: app-backup/bacula: Fix typo in postinst. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e68d2a798da9004d0de5befa961d9bd2d3d24192;p=gentoo.git app-backup/bacula: Fix typo in postinst. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- diff --git a/app-backup/bacula/bacula-9.2.1.ebuild b/app-backup/bacula/bacula-9.2.1.ebuild index 4d4577e24ba1..d29d80133393 100644 --- a/app-backup/bacula/bacula-9.2.1.ebuild +++ b/app-backup/bacula/bacula-9.2.1.ebuild @@ -436,5 +436,5 @@ pkg_postinst() { einfo "you have to enable 'USE=qt5'." einfo einfo "/var/lib/bacula/tmp was configured for archivedir. This dir will be used during" - einfo "restores, so be sure to set it to an appropriate in dir in the bacula config." + einfo "restores, so be sure to set it to an appropriate dir in the bacula config." }