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

Collapse All | Expand All

(-)portage-2.0.51.19.orig/bin/ebuild.sh (-1 / +1 lines)
Lines 1294-1300 Link Here
1294
dyn_rpm() {
1294
dyn_rpm() {
1295
	dyn_spec
1295
	dyn_spec
1296
	rpmbuild -bb "${PF}.spec" || die "Failed to integrate rpm spec file"
1296
	rpmbuild -bb "${PF}.spec" || die "Failed to integrate rpm spec file"
1297
	install -D "/usr/src/redhat/RPMS/i386/${PN}-${PV}-${PR}.i386.rpm" "${RPMDIR}/${CATEGORY}/${PN}-${PV}-${PR}.rpm" || die "Failed to move rpm"
1297
	install -D "/usr/src/redhat/RPMS/`uname -m`/${PN}-${PV}-${PR}.`uname -m`.rpm" "${RPMDIR}/${CATEGORY}/${PN}-${PV}-${PR}.rpm" || die "Failed to move rpm"
1298
}
1298
}
1299
1299
1300
dyn_help() {
1300
dyn_help() {

Return to bug 68647