mirror of
https://github.com/YunoHost-Apps/photoview_ynh.git
synced 2024-09-03 20:05:55 +02:00
mkdir as user
This commit is contained in:
parent
3f814cc7ab
commit
12b8a2e974
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ function build_libheif {
|
|||
export GOCACHE="$install_dir/build/.cache"
|
||||
|
||||
pushd "$install_dir/libheif" || ynh_die
|
||||
mkdir build
|
||||
ynh_exec_as "$app" mkdir build
|
||||
pushd build
|
||||
ynh_exec_and_print_stderr_only_if_error ynh_exec_as "$app" \
|
||||
cmake --preset=release --prefix="$install_dir/local" -DWITH_GDK_PIXBUF=OFF -G Ninja ..
|
||||
|
|
Loading…
Add table
Reference in a new issue