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


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

    r1063 r1121  
    8787            fi
    8888            m4 $MONDOTMP/mondorescue.mc $inc $dest/distributions/rpm/$p.spec $MONDOTMP/$p.spec > $dest/distributions/${ddir}-$dver/$p.spec
     89            if [ _"`/bin/arch`" = _"x86_64" ] && [ $ddir = "rhel" ]; then
     90                # Bug on x86_64 on _sysconfdir on rhel4 at least
     91                perl -pi -e 's~^export CONFDIR=.*~export CONFDIR=/etc~' $dest/distributions/${ddir}-$dver/$p.spec
     92            fi
    8993
    9094            rm -f $MONDOTMP/$p.spec
Note: See TracChangeset for help on using the changeset viewer.