Changeset 1023 in MondoRescue for branches/2.2.1/tools/svn2build


Ignore:
Timestamp:
Jan 2, 2007, 7:41:15 PM (17 years ago)
Author:
Bruno Cornec
Message:

Slackware 10.2 built continue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.1/tools/svn2build

    r1006 r1023  
    8484        elif [ "$dtype" = "ebuild" ]; then
    8585            m4 $MONDOTMP/mondorescue.mc $dest/distributions/$dfam/$p.ebuild > $dest/distributions/${ddir}-$dver/$p-$v.ebuild
     86        elif [ "$dtype" = "tgz" ]; then
     87            m4 $MONDOTMP/mondorescue.mc $dest/distributions/$dfam/slack-desc > $dest/distributions/${ddir}-$dver/install/slack-dest
    8688        elif [ "$dtype" = "deb" ]; then
    8789            cp -a $dest/distributions/$ddir/* $dest/distributions/${ddir}-$dver
Note: See TracChangeset for help on using the changeset viewer.