HEIC: Change default DESTDIR in install-libheif.sh #2726
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
81b398d77d
commit
73d987ec9f
1 changed files with 2 additions and 2 deletions
4
scripts/dist/install-libheif.sh
vendored
4
scripts/dist/install-libheif.sh
vendored
|
@ -2,8 +2,8 @@
|
|||
|
||||
set -e
|
||||
|
||||
LIBHEIF_VERSION=${1:-v1.13.0}
|
||||
DESTDIR=$(realpath "${2:-/usr/local}")
|
||||
DESTDIR=$(realpath "${1:-/usr}")
|
||||
LIBHEIF_VERSION=${2:-v1.13.0}
|
||||
SYSTEM_ARCH=$("$(dirname "$0")/arch.sh")
|
||||
DESTARCH=${DESTARCH:-$SYSTEM_ARCH}
|
||||
|
||||
|
|
Loading…
Reference in a new issue