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


Ignore:
Timestamp:
Jan 6, 2007, 6:12:54 PM (17 years ago)
Author:
Bruno Cornec
Message:

Work on FreeBSD's mindi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/svn2build

    r1028 r1039  
    8686        elif [ "$dtype" = "tgz" ]; then
    8787            m4 $MONDOTMP/mondorescue.mc $dest/distributions/$dfam/slack-desc > $dest/distributions/${ddir}-$dver/slack-desc
     88        elif [ "$dtype" = "port" ]; then
     89            m4 $MONDOTMP/mondorescue.mc $dest/distributions/$dfam/Makefile > $dest/distributions/${ddir}-$dver/Makefile
    8890        elif [ "$dtype" = "deb" ]; then
    8991            cp -a $dest/distributions/$ddir/* $dest/distributions/${ddir}-$dver
Note: See TracChangeset for help on using the changeset viewer.