diff options
author | 2014-02-20 03:23:11 +0000 | |
---|---|---|
committer | 2014-02-20 03:23:11 +0000 | |
commit | 9dff29cba8395e5f2ca3fe43c7cf347610eef7ce (patch) | |
tree | 5383bd83cdb220f0764dda37fbddc767e97956d4 /app-accessibility/brltty/files | |
parent | Version bump, adds 'traits' tab. (diff) | |
download | gentoo-2-9dff29cba8395e5f2ca3fe43c7cf347610eef7ce.tar.gz gentoo-2-9dff29cba8395e5f2ca3fe43c7cf347610eef7ce.tar.bz2 gentoo-2-9dff29cba8395e5f2ca3fe43c7cf347610eef7ce.zip |
Various bugfixes.
* Fixed installation of locale messages.
* Fixed some configure switches broken by 4.5 to 5.0 transition.
* Use /run/brltty for the writable directory, not /var/runn/brltty.
This gets rid of the annoying post-installation message about the
old /var/run symlink.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x6521e06d)
Diffstat (limited to 'app-accessibility/brltty/files')
-rw-r--r-- | app-accessibility/brltty/files/brltty.tmpfiles.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-accessibility/brltty/files/brltty.tmpfiles.conf b/app-accessibility/brltty/files/brltty.tmpfiles.conf new file mode 100644 index 000000000000..139804685c8c --- /dev/null +++ b/app-accessibility/brltty/files/brltty.tmpfiles.conf @@ -0,0 +1 @@ +d /var/run/brltty 0755 root root - |