Changeset d3df258


Ignore:
Timestamp:
02/13/2024 08:24:54 PM (2 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
trunk
Parents:
7f939e6
Message:

Adapt packInstall.sh.porg to xdg-utils location

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkgmngt/packInstall.sh.porg

    r7f939e6 rd3df258  
    7878    VERSION=$(sed -n 's/.*x265[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
    7979    ;;
    80   libuv*|Test-MockModule*|upower*) # can contain -vd.d or just -d.d
     80  libuv*|Test-MockModule*|upower*|xdg-utils*) # 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.