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

Collapse All | Expand All

(-)/usr/portage/app-misc/uptimed/uptimed-0.3.16-r4.ebuild (-1 / +4 lines)
Lines 10-16 Link Here
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
13
KEYWORDS="-* ~amd64"
14
IUSE=""
14
IUSE=""
15
15
16
pkg_setup() {
16
pkg_setup() {
Lines 22-27 Link Here
22
	unpack ${A}
22
	unpack ${A}
23
	cd "${S}"
23
	cd "${S}"
24
24
25
	epatch "${FILESDIR}"/no-bootid-file-on-linux.patch
26
	epatch "${FILESDIR}"/thibaut-truc-detect-corrupt-configuration-file-fixed-filesize-comparison.patch
27
25
	# respect DESTDIR
28
	# respect DESTDIR
26
	sed -i -e 's|-d \(/var/spool.*\)$|-d $(DESTDIR)\1|' Makefile.am || \
29
	sed -i -e 's|-d \(/var/spool.*\)$|-d $(DESTDIR)\1|' Makefile.am || \
27
		die "sed failed."
30
		die "sed failed."

Return to bug 411785