diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-21 18:30:26 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-21 18:30:26 -0500 |
commit | de7d184909d561b68b411325d32471c047549bca (patch) | |
tree | 5406375189a623accece07716a16ffc88f167930 /README | |
parent | 15ab3f39c69ff8d69fd08a9cde7495a04b4dec9e (diff) |
savecache: fix check for $RC_LIBEXECDIR writability
We were originally checking to see if $RC_LIBEXECDIR/cache was writable. For
a new install, this check will fail since this path does not exist. This
is also incorrect because later we create $RC_LIBEXECDIR/cache.
The correct check is checkpath -W $RC_LIBEXECDIR, and this fixes the
issue.
X-Gentoo-Bug: 544632
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=544632
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions