Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 531350
Collapse All | Expand All

(-)/usr/portage/net-im/skype/skype-4.3.0.37-r3.ebuild (-3 / +11 lines)
Lines 79-87 Link Here
79
}
79
}
80
80
81
src_install() {
81
src_install() {
82
	into /opt
82
83
	dobin ${PN}
83
	if use apulse; then
84
	fowners root:audio /opt/bin/${PN}
84
		into /opt
85
		newbin ${PN} ${PN}-bin
86
		dobin "${FILESDIR}/${PN}"
87
		fowners root:audio /opt/bin/${PN} /opt/bin/${PN}-bin
88
	else
89
		into /opt
90
		dobin ${PN}
91
		fowners root:audio /opt/bin/${PN}
92
	fi
85
93
86
	insinto /etc/dbus-1/system.d
94
	insinto /etc/dbus-1/system.d
87
	doins ${PN}.conf
95
	doins ${PN}.conf

Return to bug 531350