packInstall.sh.porg: remove special case for x264: it is now packaged
"normally"...
This commit is contained in:
parent
bfc99d1f9f
commit
7ce5a6195f
1 changed files with 0 additions and 3 deletions
|
@ -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.
|
||||||
|
|
Reference in a new issue