Changeset 770 in MondoRescue for branches/stable/mondo


Ignore:
Timestamp:
Aug 9, 2006, 12:34:15 AM (18 years ago)
Author:
Bruno Cornec
Message:

gentoo build improvements

File:
1 edited

Legend:

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

    r761 r770  
    3232
    3333src_unpack() {
    34     unpack ${A}
    35     cd ${S}
     34    unpack "${A}"
     35    cd "${S}"
    3636    chmod 750 configure
    3737}
     
    4444
    4545src_install() {
    46     make install DESTDIR=${D} || die "make install failed"
    47     #einstall || die "Install failed"
     46    make install DESTDIR="${D}" || die "make install failed"
    4847    exeinto /usr/share/mondo
    4948    doexe mondo/autorun
Note: See TracChangeset for help on using the changeset viewer.