Ignore:
Timestamp:
08/26/2016 07:13:09 AM (8 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
new_features
Children:
c650f9bf
Parents:
7bbcce3
Message:

Fixes for BLFS porg:

  • add a special case for cacerts in packInstall.sh, so that a dummy version is generated, otherwise porgball does not work as intended
  • do not quote out apostrophes in scripts, when generating configuration instructions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkgmngt/packInstall.sh.porg

    r7bbcce3 r24e2a6f  
    2424  tidy*) local VERSION=$(echo $PCKGVRS | sed 's/^[^0-9]*\([0-9]*\)/\1cvs/') ;;
    2525  docbook-xml) local VERSION=4.5 ;;
     26  cacerts*) local VERSION=0.1 ;;
    2627  *) local VERSION=$(echo ${PCKGVRS} | sed 's/^.*[-_]\([0-9]\)/\1/' |
    2728                   sed 's/_/./g');;
     
    5152  tidy*) local VERSION=$(echo $PCKGVRS | sed 's/^[^0-9]*\([0-9]*\)/\1cvs/') ;;
    5253  docbook-xml) local VERSION=4.5 ;;
     54  cacerts*) local VERSION=0.1 ;;
    5355  *) local VERSION=$(echo ${PCKGVRS} | sed 's/^.*[-_]\([0-9]\)/\1/' |
    5456                   sed 's/_/./g');;
Note: See TracChangeset for help on using the changeset viewer.