Changeset c62847c


Ignore:
Timestamp:
10/31/2005 09:13:32 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
569fdb6
Parents:
3338588
Message:

Automatized the download of Udev config file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r3338588 rc62847c  
    172172  -e '/generic/d' >> packages
    173173  echo `grep "glibc" packages | sed 's@glibc@glibc-linuxthreads@'` >> packages
     174  echo `grep "udev-config-file" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@'` >> packages
    174175  # If we are buildind the UTF-8 branch, the glibc-libidn package is required
    175176  if grep -q "man-db-version" $BOOK/general.ent ; then
     
    246247    # Iterate through each package and grab it, along with any patches it needs.
    247248    for i in `cat $JHALFSDIR/packages` ; do
    248       PKG=`echo $i | sed 's/-version.*//'`
     249      PKG=`echo $i | sed -e 's/-version.*//' -e 's/-file.*//'`
    249250      # Needed for Groff patchlevel patch on UTF-8 branch
    250251      GROFFLEVEL=`grep "groff-patchlevel" $JHALFSDIR/packages | sed -e 's/groff-patchlevel //' -e 's/"//g'`
     
    256257      if [ "$PKG" = "tcl" ] ; then
    257258        FILE="$PKG$VRS-src.tar.bz2"
     259      elif [ "$PKG" = "udev-config" ] ; then
     260        PKG="udev"
     261        FILE="$VRS"
    258262      else
    259263        FILE="$PKG-$VRS.tar.bz2"
     
    270274      done
    271275    done
    272     # Hardcoded Udev configuration file until find a better way
    273     download udev udev-config-4.rules
    274276  fi
    275277}
Note: See TracChangeset for help on using the changeset viewer.