Ignore:
Timestamp:
05/27/2006 10:33:12 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
f1fadeb
Parents:
ea72d77
Message:

Moved function, XSL, and pre-made dependencies files to libs directory.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_dependencies

    rea72d77 r2ca2992  
    8282      xsltproc --stringparam dependencies $DEP_LEVEL \
    8383               -o dependencies/$TARGET.dep \
    84                ../dependencies.xsl ../$PKGXML
     84               ../libs/dependencies.xsl ../$PKGXML
    8585      ;;
    8686  esac
     
    272272          ;;
    273273        * ) xsltproc --stringparam dependencies $DEP_LV \
    274                -o dependencies/$DEP.dep ../dependencies.xsl ../$DEP_XML
     274               -o dependencies/$DEP.dep ../libs/dependencies.xsl ../$DEP_XML
    275275          ;;
    276276      esac
Note: See TracChangeset for help on using the changeset viewer.