diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2016-01-02 15:29:14 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2016-01-02 15:29:30 -0800 |
commit | aa36e7c4e8d43429d4937f2da8aacadd0a93c9d1 (patch) | |
tree | e312d465753e75bb59fa8c434ca929bc7cfec4b4 /net-nds | |
parent | net-nds/nsscache: backport LDAP fix, add safe AuthorizedKeysCommand (upstream... (diff) | |
download | gentoo-aa36e7c4e8d43429d4937f2da8aacadd0a93c9d1.tar.gz gentoo-aa36e7c4e8d43429d4937f2da8aacadd0a93c9d1.tar.bz2 gentoo-aa36e7c4e8d43429d4937f2da8aacadd0a93c9d1.zip |
net-nds/nsscache: repoman happiness.
Package-Manager: portage-2.2.24
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/nsscache/nsscache-0.30-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/nsscache/nsscache-0.30-r1.ebuild b/net-nds/nsscache/nsscache-0.30-r1.ebuild index e34e87b6cc76..5be043c32bae 100644 --- a/net-nds/nsscache/nsscache-0.30-r1.ebuild +++ b/net-nds/nsscache/nsscache-0.30-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -40,7 +40,7 @@ src_install() { doman nsscache.1 nsscache.conf.5 dodoc THANKS nsscache.cron CONTRIBUTING.md README.md exeinto /usr/libexec/nsscache - doexe $FILESDIR/authorized-keys-command.py + doexe "${FILESDIR}"/authorized-keys-command.py keepdir /var/lib/nsscache } |