Skip to content

Commit

Permalink
media-sound/alsa-utils: fix out of Prefix errors by Matthias Gerstner…
Browse files Browse the repository at this point in the history
…, bug #603926

Package-Manager: portage-2.3.0
  • Loading branch information
grobian committed Jan 3, 2017
1 parent 312247f commit 6cb156b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions media-sound/alsa-utils/alsa-utils-1.1.3.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -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}
}

Expand Down

0 comments on commit 6cb156b

Please sign in to comment.