Changeset 1034 in MondoRescue for branches/stable/mindi-busybox
- Timestamp:
- Jan 4, 2007, 4:50:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi-busybox/distributions/gentoo/mindi-busybox.ebuild
r927 r1034 27 27 src_install() { 28 28 # bundle up the symlink files for use later 29 emake PREFIX="/usr/share/mindi/rootfs/bin" install || die 30 rm _install/bin/busybox 31 tar cf busybox-links.tar -C _install . || die 32 insinto /usr/share/mindi 33 doins busybox-links.tar || die 29 emake PREFIX="${D}/usr/share/mindi/rootfs" install || die 34 30 } 35 36 pkg_preinst() {37 mv "${D}"/usr/share/mindi/busybox-links.tar "${T}"/ || die38 }39 40 pkg_postinst() {41 cd "${T}" || die42 mkdir _install43 tar xf busybox-links.tar -C _install || die44 cp -vpPR _install/* /usr/share/mindi/rootfs/bin || die "copying links for ${x} failed"45 46 echo47 }
Note:
See TracChangeset
for help on using the changeset viewer.