commit:     6cb156b3224c9c3959ec000613bdd909e6e0729e
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 11:59:34 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 11:59:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb156b3

media-sound/alsa-utils: fix out of Prefix errors by Matthias Gerstner, bug 
#603926

Package-Manager: portage-2.3.0

 media-sound/alsa-utils/alsa-utils-1.1.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild 
b/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild
index 9bd9df9..8c7e18b 100644
--- a/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild
+++ b/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -37,7 +37,8 @@ src_configure() {
                $(use_enable ncurses alsamixer) \
                --disable-alsaconf \
                --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
-               --with-udev-rules-dir="$(get_udevdir)"/rules.d \
+               --with-udev-rules-dir="${EPREFIX}/$(get_udevdir)"/rules.d \
+               --with-asound-state-dir="${EPREFIX}"/var/lib/alsa \
                ${myconf}
 }
 

Reply via email to