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

(-)/usr/portage/dev-lang/icc/icc-9.1.045.ebuild (-4 / +5 lines)
Lines 46-55 Link Here
46
			;;
46
			;;
47
	esac
47
	esac
48
48
49
	for x in *.rpm
49
	for x in ${S}/data/*.rpm
50
	do
50
	do
51
		# WORKDIR must be set properly for rpm_unpack()
51
		# WORKDIR must be set properly for rpm_unpack()
52
		rpm_unpack ${S}/data/${x}
52
		einfo "Unpacking: ${x}"
53
		rpm_unpack ${x}
53
	done
54
	done
54
55
55
}
56
}
Lines 65-71 Link Here
65
	eval `grep "^[ ]*PACKAGEID=" ${S}/install.sh`
66
	eval `grep "^[ ]*PACKAGEID=" ${S}/install.sh`
66
67
67
	# From UNTAG_SUPPORT() in 'install.sh'
68
	# From UNTAG_SUPPORT() in 'install.sh'
68
	SUPPORTFILE=${S}/opt/intel/cc*/${MMV}*/doc/csupport
69
	SUPPORTFILE=${S}/opt/intel/cc/${MMV}/doc/csupport
69
	if [ -f ${SUPPORTFILE} ]
70
	if [ -f ${SUPPORTFILE} ]
70
	then
71
	then
71
		einfo "Untagging: ${SUPPORTFILE}"
72
		einfo "Untagging: ${SUPPORTFILE}"
Lines 75-81 Link Here
75
	fi
76
	fi
76
77
77
	# From UNTAG_SUPPORT_IDB() in 'install.sh'
78
	# From UNTAG_SUPPORT_IDB() in 'install.sh'
78
	SUPPORTFILE=${S}/opt/intel/idb*/${MMV}*/doc/idbsupport
79
	SUPPORTFILE=${S}/opt/intel/idb/${MMV}/doc/idbsupport
79
	if [ -f ${SUPPORTFILE} ]
80
	if [ -f ${SUPPORTFILE} ]
80
	then
81
	then
81
		einfo "Untagging: ${SUPPORTFILE}"
82
		einfo "Untagging: ${SUPPORTFILE}"

Return to bug 159725