diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2018-10-29 16:22:11 -0100 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2018-11-12 02:34:47 -0100 |
commit | e68d2a798da9004d0de5befa961d9bd2d3d24192 (patch) | |
tree | 0e29e3d11d46b67c8327d49e06e8bbbba8c7e05b /app-backup | |
parent | net-misc/megatools: fix build warning (diff) | |
download | gentoo-e68d2a798da9004d0de5befa961d9bd2d3d24192.tar.gz gentoo-e68d2a798da9004d0de5befa961d9bd2d3d24192.tar.bz2 gentoo-e68d2a798da9004d0de5befa961d9bd2d3d24192.zip |
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
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/bacula/bacula-9.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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." } |