Ignore:
Timestamp:
Aug 12, 2006, 11:31:16 AM (18 years ago)
Author:
Bruno Cornec
Message:
  • Gentoo build now correct
  • 4 articles kept on frontpage
  • New announces made
  • Build process optimized agin and again :-)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/distributions/gentoo/mindi.ebuild

    r770 r781  
    2222
    2323src_unpack() {
    24     unpack "${A}" || die "Failed to unpack ${A}"
     24    unpack ${A} || die "Failed to unpack ${A}"
    2525}
    2626
     
    3030    export DONT_RELINK=1
    3131    export RPMBUILDMINDI="true"
    32     ${WORKDIR}/${P}/install.sh
     32    "${WORKDIR}"/"${P}"/install.sh
    3333}
    3434
Note: See TracChangeset for help on using the changeset viewer.