From 78d2f69ed5d86475cb4c857f429386de1bd6331d Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 31 Jan 2023 20:50:59 +0000 Subject: [PATCH] prisonparty: support opus transcoding on debian libblas.so and liblapack.so are symlinks into /etc/alternatives --- bin/prisonparty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/prisonparty.sh b/bin/prisonparty.sh index d18919a1..b8ed2c9c 100755 --- a/bin/prisonparty.sh +++ b/bin/prisonparty.sh @@ -4,7 +4,7 @@ set -e # runs copyparty (or any other program really) in a chroot # # assumption: these directories, and everything within, are owned by root -sysdirs=( /bin /lib /lib32 /lib64 /sbin /usr ) +sysdirs=( /bin /lib /lib32 /lib64 /sbin /usr /etc/alternatives ) # error-handler