Ignore:
Timestamp:
02/01/2012 11:29:37 PM (12 years ago)
Author:
Thomas Pegg <thomasp@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
2c9a16b
Parents:
f5dc6d7
Message:

Commit Pierre Labastie's patch for including package management support in jhalfs. NOTE: Package management is by default disabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    rf5dc6d7 r7072e1f  
    145145                 --stringparam page $PAGE \
    146146                 --stringparam lang $LANG \
     147                 --stringparam pkgmngt $PKGMNGT \
    147148                 -o ./${PROGNAME}-commands/ $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
    148149      ;;
     
    188189      ;;
    189190    lfs)
    190         xsltproc --nonet --xinclude -o pkg_tarball_list packages.xsl \
     191        xsltproc --nonet --xinclude \
     192                 --stringparam pkgmngt $PKGMNGT \
     193                  -o pkg_tarball_list packages.xsl \
    191194                 $BOOK/chapter03/chapter03.xml >>$LOGDIR/$LOG 2>&1
    192195      ;;
     
    205208$SUDO_PKG
    206209$WGET_PKG
     210$SQLITE_PKG
     211$APR_PKG
     212$APR_U_PKG
    207213$SVN_PKG
    208214$GPM_PKG
Note: See TracChangeset for help on using the changeset viewer.