Skip to content

Commit

Permalink
sys-devel/distcc: use datadir for docdir.
Browse files Browse the repository at this point in the history
  This automatically counts for Prefix.

Package-Manager: portage-2.2.28
  • Loading branch information
heroxbd committed Jun 12, 2016
1 parent d461f5f commit 0464be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -83,7 +83,7 @@ src_prepare() {
}

src_configure() {
local myconf="--disable-Werror --with-docdir=/usr/share/doc/${PF}"
local myconf="--disable-Werror --with-docdir=\$(datadir)/doc/${PF}"
# More legacy stuff?
[ "$(gcc-major-version)" = "2" ] && filter-lfs-flags

Expand Down

0 comments on commit 0464be2

Please sign in to comment.