Changeset 8fb1daa for pkgmngt


Ignore:
Timestamp:
02/25/2018 08:05:56 AM (6 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
5c69841
Parents:
e030049
Message:

Special case for psutils in packInstall.sh.porg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkgmngt/packInstall.sh.porg

    re030049 r8fb1daa  
    3737    local PACKENT=$(dirname $JH_PACK_INSTALL)/blfs-xml/packages.ent
    3838    VERSION=$(sed -n 's/.*flashplayer[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
     39    ;;
     40  psutils*)
     41    local PACKENT=$(dirname $JH_PACK_INSTALL)/blfs-xml/packages.ent
     42    VERSION=$(sed -n 's/.*psutils[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
    3943    ;;
    4044  soundtouch*)
Note: See TracChangeset for help on using the changeset viewer.