Changeset 1033 in MondoRescue
- Timestamp:
- Jan 4, 2007, 1:49:33 AM (18 years ago)
- Location:
- branches/2.2.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.1/mindi-busybox/distributions/gentoo/mindi-busybox.ebuild
r1032 r1033 29 29 # bundle up the symlink files for use later 30 30 emake PREFIX="${D}/usr/share/mindi/rootfs" install || die 31 rm _install/bin/busybox32 tar cf busybox-links.tar -C _install . || die33 insinto /usr/share/mindi34 doins busybox-links.tar || die35 31 } 36 37 pkg_preinst() {38 mv "${D}"/usr/share/mindi/busybox-links.tar "${T}"/ || die39 }40 41 pkg_postinst() {42 cd "${T}" || die43 mkdir _install44 tar xf busybox-links.tar -C _install || die45 cp -vpPR _install/* /usr/share/mindi/rootfs/bin || die "copying links for ${x} failed"46 47 echo48 } -
branches/2.2.1/tools/pkg2mdv
r1032 r1033 18 18 . $TOOLHOME/distro-env 19 19 . $TOOLHOME/mdv-env 20 21 export LANGUAGE="C" 20 22 21 23 # We need to get $VER and $TAG … … 72 74 svn add SOURCES/$p-$newver.tar.bz2 73 75 # Use mkrel for mdv 74 perl -pi -e "s/^Release:[ \t]+..*/Release: %mkrel $tag/" SPECS/$p.spec 76 perl -pi -e "s/^Release:[ \t]+..*/Release: %mkrel $TAG/" SPECS/$p.spec 77 perl -pi -e "s/^Release:/Packager: Bruno Cornec <bcornec@mandriva.org>\nRelease:/" SPECS/$p.spec 75 78 perl -pi -e 's/mindi >= ..*,/mindi/' SPECS/$p.spec 76 79 $TOOLHOME/mdv-changelog.pl SPECS/$p.spec … … 86 89 rm -f $MONDOTMP/cmt.spec 87 90 echo "Building on Mandriva's cluster" 88 ssh -q $ACCOUNT $DSTNODE "yr $p" 91 rev=`svn info | egrep "^Revision:" | cut -d: -f2` 92 repsys submit svn+ssh://svn.mandriva.com/svn/packages/cooker/$p $rev 89 93 fi 90 94 fi
Note:
See TracChangeset
for help on using the changeset viewer.