Changeset 659 in MondoRescue for branches/stable/tools/svn2build
- Timestamp:
- Jun 9, 2006, 10:33:24 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/tools/svn2build
r651 r659 85 85 elif [ "$dtype" = "deb" ]; then 86 86 # To be developped 87 m4 $TMP/mondorescue.mc $dest/distributions/$dfam/$p > /dev/null 87 #m4 $TMP/mondorescue.mc $dest/distributions/$dfam/$p > /dev/null 88 cp -a $dest/distributions/$ddir/* $dest/distributions/${ddir}-$dver 89 $TOOLHOME/mkchangelog.pl $dtype $p $dest/distributions/${ddir}-$dver/changelog 90 if [ $? -ne 0 ]; then 91 echo "Unable to create changelog for ${ddir}-$dver/changelog" 92 exit -1 93 fi 88 94 else 89 95 echo "Unknown Build" … … 134 140 done 135 141 136 rm - f $TMP/mondorescue.mc142 rm -rf $TMP 137 143 138 144 echo "Version delivered :"
Note:
See TracChangeset
for help on using the changeset viewer.