Scripts: Update comment in build-libheif.sh
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
5c41ffb3ab
commit
72da01722b
1 changed files with 1 additions and 1 deletions
2
scripts/dist/build-libheif.sh
vendored
2
scripts/dist/build-libheif.sh
vendored
|
@ -47,7 +47,7 @@ cd libheif || exit
|
|||
./configure
|
||||
make
|
||||
|
||||
# Install "heif-convert", "heif-enc", "heif-info", and "heif-thumbnailer" in "/usr/local".
|
||||
# Install heif-convert, heif-enc, heif-info, and heif-thumbnailer in "/usr/local".
|
||||
echo "Installing binaries..."
|
||||
DESTDIR=$DESTDIR make install-exec
|
||||
cd "$CURRENT_DIR" || exit
|
||||
|
|
Loading…
Reference in a new issue