Changeset 1121 in MondoRescue for branches/stable/tools/pkg2ftp


Ignore:
Timestamp:
Feb 9, 2007, 6:49:33 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • 1722 Floppies are NOT supported anymore (allows for mindi to become noarch)
  • mindi is now a noarch type of package
  • RPM Packaging improvements for Fedora
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/pkg2ftp

    r1042 r1121  
    5555    tag=`cat $MONDOTMP/$pv/TAG`
    5656    if [  _"$dtype" = _"rpm" ]; then
    57         if [ _"$p" = _"mondo-doc" ]; then
     57        if [ _"$p" = _"mondo-doc" ] || [ _"$p" = _"mindi" ]; then
    5858            ar="noarch"
    5959        else
Note: See TracChangeset for help on using the changeset viewer.