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


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/build2pkg

    r1063 r1121  
    6464
    6565    if [  _"$dtype" = _"rpm" ]; then
    66         if [ _"$p" = _"mondo-doc" ]; then
     66        if [ _"$p" = _"mondo-doc" ] || [ _"$p" = _"mindi" ]; then
    6767            ar="noarch"
    6868        else
Note: See TracChangeset for help on using the changeset viewer.