Changeset 82eacf5


Ignore:
Timestamp:
03/09/2021 09:02:19 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, legacy, trunk
Children:
38dd3c3
Parents:
47dfc81
Message:

Fix packInstall.sh for recent packages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkgmngt/packInstall.sh.porg

    r47dfc81 r82eacf5  
    6868    VERSION=0.1
    6969    ;;
    70   inih*)
    71     VERSION=$(echo $1 | sed 's/^.*r//')
    72     ;;
    7370  btrfs*|node*|pnmixer*)
    7471    VERSION=$(echo $1 | sed 's/^.*v//')
     
    7774    VERSION=$(echo $1 | sed 's/^.*[v_]//')
    7875    ;;
    79   libuv*|Test-MockModule*|libhandy*) # can contain -vd.d or just -d.d
     76  libuv*|Test-MockModule*) # can contain -vd.d or just -d.d
    8077    VERSION=$(echo $1 | sed 's/^.*[v-]//')
    8178    ;;
    82   junit*) # can contain -rd.d or just -d.d
     79  junit*|inih*) # can contain -rd.d or just -d.d
    8380    VERSION=$(echo $1 | sed 's/^.*[r-]//')
    8481    ;;
Note: See TracChangeset for help on using the changeset viewer.