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

(-)ebuild.sh (-1 / +1 lines)
Lines 1287-1293 Link Here
1287
1287
1288
dyn_rpm() {
1288
dyn_rpm() {
1289
	dyn_spec
1289
	dyn_spec
1290
	rpmbuild -bb "${PF}.spec" || die "Failed to integrate rpm spec file"
1290
	rpmbuild -bb --clean --rmsource "${PF}.spec" || die "Failed to integrate rpm spec file"
1291
	install -D "/usr/src/redhat/RPMS/i386/${PN}-${PV}-${PR}.i386.rpm" "${RPMDIR}/${CATEGORY}/${PN}-${PV}-${PR}.rpm" || die "Failed to move rpm"
1291
	install -D "/usr/src/redhat/RPMS/i386/${PN}-${PV}-${PR}.i386.rpm" "${RPMDIR}/${CATEGORY}/${PN}-${PV}-${PR}.rpm" || die "Failed to move rpm"
1292
}
1292
}
1293
1293

Return to bug 97776