Changeset 781 in MondoRescue for branches/stable/mindi/distributions/gentoo
- Timestamp:
- Aug 12, 2006, 11:31:16 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/distributions/gentoo/mindi.ebuild
r770 r781 22 22 23 23 src_unpack() { 24 unpack "${A}"|| die "Failed to unpack ${A}"24 unpack ${A} || die "Failed to unpack ${A}" 25 25 } 26 26 … … 30 30 export DONT_RELINK=1 31 31 export RPMBUILDMINDI="true" 32 ${WORKDIR}/${P}/install.sh32 "${WORKDIR}"/"${P}"/install.sh 33 33 } 34 34
Note:
See TracChangeset
for help on using the changeset viewer.