Update script

This commit is contained in:
VirtuBox 2019-12-06 01:02:27 +01:00
parent 673889e740
commit c1b6708ec2
Signed by: virtubox
GPG Key ID: 22EB296C97BAD476
3 changed files with 6 additions and 4 deletions

View File

@ -7,7 +7,7 @@
# Author: VirtuBox
# License: M.I.T
# ----------------------------------------------------------------------------
# Version 1.1 - 2019-07-12
# Version 1.1 - 2019-09-24
# ----------------------------------------------------------------------------
CSI='\033['

View File

@ -24,7 +24,8 @@ curl -sL "$OPTIPNGLATEST" | tar -I pigz -xf -
cd optipng-* || exit 1
# configure and compile optipng
./configure --prefix=/usr
./configure
make -j "$(nproc)"
strip --strip-unneeded /usr/local/src/optipng-*/src/optipng/optipng
make install
make install
ldconfig

View File

@ -24,7 +24,8 @@ curl -sL "https:$LATEST_WEBP" | tar -I pigz -xf -
cd libwebp-* || exit
# configure libwebp and launch compilation
./configure --prefix=/usr
./configure
make -j "$(nproc)"
strip --strip-unneeded /usr/local/src/libwebp-*/examples/.libs/{cwebp,dwebp}
make install
ldconfig