Changeset b25dbcf for pkgmngt


Ignore:
Timestamp:
03/10/2018 10:02:26 AM (6 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
eb5a32d
Parents:
5c69841
Message:

packInstall.sh.porg: account for the possibility of
having a source directory named x265_vx.y or just x265_x.y
(where x and y are digits)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkgmngt/packInstall.sh.porg

    r5c69841 rb25dbcf  
    6767    VERSION=0.1
    6868    ;;
    69   btrfs*|node*|x265*)
     69  btrfs*|node*)
    7070    VERSION=$(echo $1 | sed 's/^.*v//')
    7171    ;;
     72  x265*) # can contain vd.d or just d.d: thanks to packagers
     73    VERSION=$(echo $1 | sed 's/^.*[v_]//')
    7274  *)
    7375    VERSION=$(echo $1 | sed 's/^.*[-_]\([0-9]\)/\1/' | sed 's/_/./g')
Note: See TracChangeset for help on using the changeset viewer.