app-backup/bacula: Fix typo in postinst.
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Mon, 29 Oct 2018 17:22:11 +0000 (16:22 -0100)
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Mon, 12 Nov 2018 03:34:47 +0000 (02:34 -0100)
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

app-backup/bacula/bacula-9.2.1.ebuild

index 4d4577e24ba1b3cfea9f9cf0d3c581732799fa63..d29d801333932c2be2438795c273577a22614c93 100644 (file)
@@ -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."
 }