Changeset 731 in MondoRescue for branches/stable/tools/svn2build
- Timestamp:
- Jul 31, 2006, 12:19:19 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/tools/svn2build
r721 r731 82 82 rm -f $TMP/$p.spec 83 83 elif [ "$dtype" = "ebuild" ]; then 84 m4 $TMP/mondorescue.mc $dest/distributions/$dfam/$p.ebuild > $dest/distributions/${ddir}-$dver/$p-$v -r$TAG.ebuild84 m4 $TMP/mondorescue.mc $dest/distributions/$dfam/$p.ebuild > $dest/distributions/${ddir}-$dver/$p-$v.ebuild 85 85 elif [ "$dtype" = "deb" ]; then 86 86 # To be developped 87 87 #m4 $TMP/mondorescue.mc $dest/distributions/$dfam/$p > /dev/null 88 88 cp -a $dest/distributions/$ddir/* $dest/distributions/${ddir}-$dver 89 m4 $TMP/mondorescue.mc $dest/distributions/$ddir/rules > $dest/distributions/${ddir}-$dver/rules 89 90 $TOOLHOME/mkchangelog.pl $dtype $p $dest/distributions/${ddir}-$dver/changelog 90 91 if [ $? -ne 0 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.