diff options
Diffstat (limited to 'dev-vcs/cvs/cvs-1.12.12-r12.ebuild')
-rw-r--r-- | dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild index ff6dca4d2b97..4b4172400eb9 100644 --- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild +++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild @@ -64,7 +64,7 @@ src_configure() { fi econf \ --with-external-zlib \ - --with-tmpdir=${EPREFIX%/}/tmp \ + --with-tmpdir=${EPREFIX}/tmp \ $(use_enable crypt encryption) \ $(use_with kerberos gssapi) \ $(use_enable nls) \ |