1
0
Fork 0
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:
Salamandar 2024-06-10 19:00:27 +02:00
parent 3f814cc7ab
commit 12b8a2e974

View file

@ -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 ..