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

(-)bacula-5.0.1-r2.ebuild (-5 lines)
Lines 263-273 Link Here
263
src_install() {
263
src_install() {
264
	emake DESTDIR="${D}" install || die "emake install failed"
264
	emake DESTDIR="${D}" install || die "emake install failed"
265
265
266
	# install bat when enabled (for some reason ./configure doesn't pick this up)
267
	if use qt4; then
268
		dosbin "${S}"/src/qt-console/.libs/bat || die
269
	fi
270
271
	# remove some scripts we don't need at all
266
	# remove some scripts we don't need at all
272
	rm -f "${D}"/usr/libexec/bacula/{bacula,bacula-ctl-dir,bacula-ctl-fd,bacula-ctl-sd,startmysql,stopmysql}
267
	rm -f "${D}"/usr/libexec/bacula/{bacula,bacula-ctl-dir,bacula-ctl-fd,bacula-ctl-sd,startmysql,stopmysql}
273
268

Return to bug 328523