Changeset 28087b7 for BLFS


Ignore:
Timestamp:
07/25/2007 09:53:33 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
155e2b4
Parents:
7889308
Message:

BLFS: Be sure that packages file is properly sorted.

Location:
BLFS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen_config.sh

    r7889308 r28087b7  
    11#!/bin/bash
    22#
    3 # $Id$
     3# $Id:$
    44#
    55
     
    9797
    9898    # Deal with targets that are part of a meta-package but that are in the same
    99     # directory that non meta-packages targets
     99    # directory that non meta-package targets
    100100  case ${PKG_NAME} in
    101101     alsa-* | \
  • BLFS/update_book.sh

    r7889308 r28087b7  
    7575if [ "${DOC_MODE}" = "none" ] ; then
    7676  echo -en "\n\tGenerating packages database file ..."
    77   generate_packages
     77  LC_ALL=C && generate_packages
    7878  echo "done."
    7979
Note: See TracChangeset for help on using the changeset viewer.