Changeset fb42452


Ignore:
Timestamp:
08/18/2006 08:49:01 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
ec12033
Parents:
8bcae2a5
Message:

Fix Xorg7 packages version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen_config.sh

    r8bcae2a5 rfb42452  
    2424  local this_script=$1
    2525
     26  # ALSA packages version
    2627  [[ ${this_script:0:4} = "alsa" ]] && this_script=alsa
     28  # KDE packages version
    2729  [[ ${this_script:0:3} = "kde" ]] && [[ ! ${this_script} = "kdevelop" ]] && \
    2830  [[ ! ${this_script: -6} = "config" ]] && this_script=kde
     31  # Xorg7 packages version
     32  [[ ${this_script} = "xorg7-server" ]] && this_script=xorg-server
     33  [[ ${this_script} = "xterm2" ]] && this_script=xterm
     34  [[ ${this_script:0:5} = "xorg7" ]] && this_script=xorg7
    2935
    3036  PKG_VER=$(xmllint --noent ./blfs-xml/book/bookinfo.xml 2>/dev/null | \
Note: See TracChangeset for help on using the changeset viewer.