Changeset 782 in MondoRescue for trunk/mondo/distributions
- Timestamp:
- Aug 12, 2006, 11:32:32 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/distributions/gentoo/mondo.ebuild
r764 r782 29 29 >=sys-boot/syslinux-1.52" 30 30 31 S= ${WORKDIR}/${PN/-rescue/}-${PV}31 S="${WORKDIR}/${PN/-rescue/}-${PV}" 32 32 33 33 src_unpack() { 34 34 unpack ${A} 35 cd ${S}35 cd "${S}" 36 36 chmod 750 configure 37 37 } … … 44 44 45 45 src_install() { 46 make install DESTDIR=${D} || die "make install failed" 47 #einstall || die "Install failed" 46 make install DESTDIR="${D}" || die "make install failed" 48 47 exeinto /usr/share/mondo 49 48 doexe mondo/autorun
Note:
See TracChangeset
for help on using the changeset viewer.