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

Collapse All | Expand All

(-)dspam-3.9.0-r1.ebuild (-1 / +6 lines)
Lines 299-307 Link Here
299
	doins "${S}"/txt/*.txt
299
	doins "${S}"/txt/*.txt
300
	doins "${T}"/msgtag.*
300
	doins "${T}"/msgtag.*
301
301
302
	# maintenance script
303
	exeinto /usr/bin
304
	newexe "${S}"/contrib/dspam_maintenance/dspam_maintenance.sh dspam_maintenance || die "newexe failed"
305
302
	# DSPAM cron job
306
	# DSPAM cron job
307
	echo -e "#!/bin/sh\n/usr/bin/dspam_maintenance > /dev/null" >> "${T}"/dspam.cron
303
	exeinto /etc/cron.daily
308
	exeinto /etc/cron.daily
304
	newexe "${S}"/contrib/dspam_maintenance/dspam_maintenance.sh dspam || die "failed to install cron script"
309
	newexe "${T}"/dspam.cron dspam || die "failed to install cron script"
305
310
306
	# documentation
311
	# documentation
307
	dodoc CHANGELOG README* RELEASE.NOTES UPGRADING
312
	dodoc CHANGELOG README* RELEASE.NOTES UPGRADING

Return to bug 299090