Ignore:
Timestamp:
03/04/2017 11:58:31 AM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
new_features
Children:
deb6b6c
Parents:
a9dadcf
Message:

Add soundtouchs case to packInstall.sh.porg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkgmngt/packInstall.sh.porg

    ra9dadcf r5253014  
    2929    local VERSION2=$(sed -n 's/.*icu-minor[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
    3030    VERSION=$VERSION1.$VERSION2
     31    ;;
     32  soundtouch*)
     33    local PACKENT=$(dirname $PACK_INSTALL)/blfs-xml/packages.ent
     34    VERSION=$(sed -n 's/.*soundtouch[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
    3135    ;;
    3236  xf86-video-intel)
Note: See TracChangeset for help on using the changeset viewer.