Changeset 731 in MondoRescue for branches/stable/tools/svn2build


Ignore:
Timestamp:
Jul 31, 2006, 12:19:19 AM (19 years ago)
Author:
Bruno Cornec
Message:
  • gentoo version is really 1.6 (not 2006)
  • mondo-doc debian package improvements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/svn2build

    r721 r731  
    8282            rm -f $TMP/$p.spec
    8383        elif [ "$dtype" = "ebuild" ]; then
    84             m4 $TMP/mondorescue.mc $dest/distributions/$dfam/$p.ebuild > $dest/distributions/${ddir}-$dver/$p-$v-r$TAG.ebuild
     84            m4 $TMP/mondorescue.mc $dest/distributions/$dfam/$p.ebuild > $dest/distributions/${ddir}-$dver/$p-$v.ebuild
    8585        elif [ "$dtype" = "deb" ]; then
    8686            # To be developped
    8787            #m4 $TMP/mondorescue.mc $dest/distributions/$dfam/$p > /dev/null
    8888            cp -a $dest/distributions/$ddir/* $dest/distributions/${ddir}-$dver
     89            m4 $TMP/mondorescue.mc $dest/distributions/$ddir/rules > $dest/distributions/${ddir}-$dver/rules
    8990            $TOOLHOME/mkchangelog.pl $dtype $p $dest/distributions/${ddir}-$dver/changelog
    9091            if [ $? -ne 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.