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

Collapse All | Expand All

(-)usbutils-0.87.ebuild (-2 / +3 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
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/sys-apps/usbutils/usbutils-0.87.ebuild,v 1.2 2010/04/25 18:02:09 aballier Exp $
3
# $Header: $
4
4
5
EAPI="2"
5
EAPI="2"
6
6
Lines 22-28 Link Here
22
22
23
src_prepare() {
23
src_prepare() {
24
	epatch "${FILESDIR}"/${PN}-0.87-fbsd.patch #275052 #316671
24
	epatch "${FILESDIR}"/${PN}-0.87-fbsd.patch #275052 #316671
25
	sed -i '/^pkgconfigdir/s:datadir:datarootdir:' Makefile.am #287206
25
	sed -i '/^pkgconfigdir/s:datadir:datarootdir:' \
26
		Makefile.am || die "sed failed" #287206
26
	eautoreconf
27
	eautoreconf
27
}
28
}
28
29

Return to bug 323081