Changeset c412a07 for pkgmngt


Ignore:
Timestamp:
03/13/2022 12:16:59 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
48700c3
Parents:
327a3ee
Message:

Fix packInstall.sh.porg for upower-vx.x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkgmngt/packInstall.sh.porg

    r327a3ee rc412a07  
    7878    VERSION=$(sed -n 's/.*x265[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
    7979    ;;
    80   libuv*|Test-MockModule*) # can contain -vd.d or just -d.d
     80  libuv*|Test-MockModule*|upower*) # can contain -vd.d or just -d.d
    8181    VERSION=$(echo $1 | sed 's/^.*[v-]//')
    8282    ;;
Note: See TracChangeset for help on using the changeset viewer.