Changeset 782 in MondoRescue for trunk/mondo/distributions


Ignore:
Timestamp:
Aug 12, 2006, 11:32:32 AM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r763:781 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/distributions/gentoo/mondo.ebuild

    r764 r782  
    2929    >=sys-boot/syslinux-1.52"
    3030
    31 S=${WORKDIR}/${PN/-rescue/}-${PV}
     31S="${WORKDIR}/${PN/-rescue/}-${PV}"
    3232
    3333src_unpack() {
    3434    unpack ${A}
    35     cd ${S}
     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.