From e68d2a798da9004d0de5befa961d9bd2d3d24192 Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Mon, 29 Oct 2018 16:22:11 -0100 Subject: [PATCH] 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 --- app-backup/bacula/bacula-9.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/bacula/bacula-9.2.1.ebuild b/app-backup/bacula/bacula-9.2.1.ebuild index 4d4577e24ba1b..d29d801333932 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." }