packInstall.sh.porg: remove special case for x264: it is now packaged

"normally"...
This commit is contained in:
Pierre Labastie 2020-09-15 12:14:50 +00:00
parent bfc99d1f9f
commit 7ce5a6195f

View file

@ -18,9 +18,6 @@ case $1 in
wireless_tools*|LVM2*) wireless_tools*|LVM2*)
VERSION=$(echo $1 | sed 's/^[^.]*\.//') VERSION=$(echo $1 | sed 's/^[^.]*\.//')
;; ;;
x264*)
VERSION=$(echo $1 | sed 's/.*shot-//')
;;
icu*) # No version in PCKGVRS! Use version directly from xml book. icu*) # No version in PCKGVRS! Use version directly from xml book.
# JH_PACK_INSTALL contains the path to this script, which is in the # JH_PACK_INSTALL contains the path to this script, which is in the
# parent dir of the book. # parent dir of the book.