Ignore:
Timestamp:
08/12/2007 07:05:35 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
69f2b81
Parents:
5e091a2
Message:

BLFS: python-modules hacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_packages

    r5e091a2 raac025d  
    7676    pkg_id=$(grep "sect1 id" $file | sed -e 's/<sect1 id="//;s/".*//')
    7777    case ${pkg_id} in
    78       dbus-bindings | perl-modules ) pkg_ver=0.no_version ;;
    79       * )                            pkg_ver=$(get_pkg_ver $pkg_id) ;;
     78      dbus-bindings | \
     79      perl-modules | \
     80      python-modules ) pkg_ver=0.no_version ;;
     81                   * ) pkg_ver=$(get_pkg_ver $pkg_id) ;;
    8082    esac
    8183    installed_ver=$(get_installed_ver $pkg_id)
Note: See TracChangeset for help on using the changeset viewer.