Changeset 5c69841 for pkgmngt


Ignore:
Timestamp:
02/25/2018 08:30:01 AM (6 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
b25dbcf
Parents:
8fb1daa
Message:

Special case for unrar in packInstall.sh.porg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkgmngt/packInstall.sh.porg

    r8fb1daa r5c69841  
    4545    local PACKENT=$(dirname $JH_PACK_INSTALL)/blfs-xml/packages.ent
    4646    VERSION=$(sed -n 's/.*soundtouch[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
     47    ;;
     48  unrar*)
     49    local PACKENT=$(dirname $JH_PACK_INSTALL)/blfs-xml/packages.ent
     50    VERSION=$(sed -n 's/.*unrar[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
    4751    ;;
    4852  xvid*)
Note: See TracChangeset for help on using the changeset viewer.