summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-01-03 12:59:34 +0100
committerFabian Groffen <grobian@gentoo.org>2017-01-03 12:59:34 +0100
commit6cb156b3224c9c3959ec000613bdd909e6e0729e (patch)
treef341e92ab6b06c7c51ee0b18e15288433d80f081 /media-sound
parentwww-client/firefox-bin: amd64 x86 stable wrt bug #602576 (diff)
downloadgentoo-6cb156b3224c9c3959ec000613bdd909e6e0729e.tar.gz
gentoo-6cb156b3224c9c3959ec000613bdd909e6e0729e.tar.bz2
gentoo-6cb156b3224c9c3959ec000613bdd909e6e0729e.zip
media-sound/alsa-utils: fix out of Prefix errors by Matthias Gerstner, bug #603926
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/alsa-utils/alsa-utils-1.1.3.ebuild5
1 files 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 9bd9df90abe6..8c7e18bdf84f 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}
}