Changeset 1024 in MondoRescue
- Timestamp:
- Jan 2, 2007, 8:20:29 PM (18 years ago)
- Location:
- branches/2.2.1/tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.1/tools/build2pkg
r1023 r1024 126 126 # Et voila ! 127 127 elif [ _"$dfam" = _"slackware" ]; then 128 mkdir $TOPBUILDDIR/ src129 cd $TOPBUILDDIR /src128 mkdir $TOPBUILDDIR/install 129 cd $TOPBUILDDIR 130 130 tar xfz $src 131 mv install .. 131 cd ${p}-${PVER} 132 mv distributions/${ddir}-$dver/slack-* $TOPBUILDDIR/install 133 mv distributions/${ddir}-$dver/doinst.sh $TOPBUILDDIR/install 132 134 if [ _"$p" = _"mindi-busybox" ]; then 133 135 make oldconfig … … 160 162 ar=`arch` 161 163 pkg1=$p-${PVER}-${ar}-${TAG}mr.tgz 162 sudo makepkg $pkg1164 sudo "makepkg $pkg1" 163 165 export pkg="$pkg $pkg1" 164 166 else -
branches/2.2.1/tools/distro-env
r1023 r1024 141 141 elif [ _"$dtype" = _"deb" ]; then 142 142 mkdir -p ${TOPBUILDDIR} 143 elif [ _"$dfam" = _"slack " ]; then143 elif [ _"$dfam" = _"slackware" ]; then 144 144 mkdir -p ${TOPBUILDDIR}/install 145 145 elif [ _"$dtype" = _"ebuild" ]; then -
branches/2.2.1/tools/svn2build
r1023 r1024 85 85 m4 $MONDOTMP/mondorescue.mc $dest/distributions/$dfam/$p.ebuild > $dest/distributions/${ddir}-$dver/$p-$v.ebuild 86 86 elif [ "$dtype" = "tgz" ]; then 87 m4 $MONDOTMP/mondorescue.mc $dest/distributions/$dfam/slack-desc > $dest/distributions/${ddir}-$dver/ install/slack-dest87 m4 $MONDOTMP/mondorescue.mc $dest/distributions/$dfam/slack-desc > $dest/distributions/${ddir}-$dver/slack-desc 88 88 elif [ "$dtype" = "deb" ]; then 89 89 cp -a $dest/distributions/$ddir/* $dest/distributions/${ddir}-$dver
Note:
See TracChangeset
for help on using the changeset viewer.