Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 417289 | Differences between
and this patch

Collapse All | Expand All

(-)alsa-plugins-1.0.26.ebuild (-6 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.26.ebuild,v 1.2 2012/09/24 02:16:56 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.26.ebuild,v 1.2 2012/09/24 02:16:56 vapier Exp $
4
4
5
EAPI=4
5
EAPI=5
6
6
7
MY_P=${P/_/}
7
MY_P=${P/_/}
8
8
Lines 77-89 Link Here
77
		insinto /usr/share/alsa
77
		insinto /usr/share/alsa
78
		doins "${FILESDIR}"/pulse-default.conf
78
		doins "${FILESDIR}"/pulse-default.conf
79
		insinto /usr/share/alsa/alsa.conf.d
79
		insinto /usr/share/alsa/alsa.conf.d
80
		doins "${FILESDIR}"/51-pulseaudio-probe.conf
80
		doins "${FILESDIR}"/51-pulseaudio-probe.conf-r1
81
		sed -i \
82
			-e "s:/lib/:/$(get_libdir)/:" \
83
			"${ED}"/usr/share/alsa/alsa.conf.d/51-pulseaudio-probe.conf || die #410261
84
	fi
81
	fi
85
82
86
	prune_libtool_files --all
83
	prune_libtool_files --modules
87
}
84
}
88
85
89
pkg_postinst() {
86
pkg_postinst() {

Return to bug 417289