app-backup/bacula: Fix typo in postinst.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
This commit is contained in:
Jorge Manuel B. S. Vicetto (jmbsvicetto)
2018-10-29 16:22:11 -01:00
parent 9d4c87d33f
commit e68d2a798d

View 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."
}