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

Collapse All | Expand All

(-)/usr/portage/app-misc/beagle/beagle-0.2.3.ebuild (+9 lines)
Lines 87-92 Link Here
87
87
88
	epatch ${FILESDIR}/${PN}-0.2.1-multilib.patch
88
	epatch ${FILESDIR}/${PN}-0.2.1-multilib.patch
89
89
90
	# Remove non-existant paths
91
	epatch ${FILESDIR}/${P}-crawl-path.patch
92
90
	eautoreconf
93
	eautoreconf
91
}
94
}
92
95
Lines 106-111 Link Here
106
	dodir /usr/share/beagle
109
	dodir /usr/share/beagle
107
	insinto /usr/share/beagle
110
	insinto /usr/share/beagle
108
	doins mozilla-extension/beagle.xpi
111
	doins mozilla-extension/beagle.xpi
112
	
113
	enewgroup beagleindex
114
	enewuser beagleindex -1 /bin/bash /var/lib/cache/beagle beagleindex
115
116
	diropts -o beagleindex -g beagleindex
117
	keepdir /var/lib/cache/beagle/indexes
109
118
110
	dodoc AUTHORS INSTALL NEWS README
119
	dodoc AUTHORS INSTALL NEWS README
111
}
120
}

Return to bug 126733