Changeset addb529


Ignore:
Timestamp:
08/17/2006 09:02:47 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
8b7df52
Parents:
2f16dbe
Message:

Bug fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_dependencies

    r2f16dbe raddb529  
    267267        # Skip the creation when all dependencies are circular.
    268268        alsa-lib | cracklib | libexif | unixodbc ) ;;
    269         # Meta-packages at dependency level (ugly *.dep files, but work for now)
     269        # Meta-packages at dependency level
    270270        alsa )
    271271          cp ../libs/alsa.dep dependencies/
     
    331331  if [[ "$PKG" = "xorg7" ]] ; then
    332332    # Add their XInclude
    333     PKG_XML=blfs-xml/x/installing/xorg7.xml
     333    PKG_XML=${BLFS_XML}/x/installing/xorg7.xml
    334334    echo -e "    $ENTRY_START$PKG_XML$ENTRY_END" >> xincludes/$PKG.xinc.tmp
    335335  fi
Note: See TracChangeset for help on using the changeset viewer.