diff options
author | Erich Eckner <git@eckner.net> | 2019-02-26 10:50:24 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-02-26 10:50:24 +0100 |
commit | d278a5bc6d15bb533a9ccfb46818e802781e6b25 (patch) | |
tree | 085e197da27cd574de21c0e3f8ba72b26baa55ed /bareos | |
parent | ccf2dbc4436b26e14a72f24a6af8c71f54ad257f (diff) | |
download | archlinuxewe-d278a5bc6d15bb533a9ccfb46818e802781e6b25.tar.xz |
bareos: fix typo
Diffstat (limited to 'bareos')
-rw-r--r-- | bareos/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bareos/PKGBUILD b/bareos/PKGBUILD index 1dd7feb80..a5998f83e 100644 --- a/bareos/PKGBUILD +++ b/bareos/PKGBUILD @@ -130,7 +130,7 @@ package_bareos-bconsole() { install=bareos-bconsole.install for f in \ - /usr/share/bareos/config/bconsole.conf \ + usr/share/bareos/config/bconsole.conf \ usr/bin/bconsole \ usr/share/man/man1/bconsole.1.gz \ ; do |