mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
prisonparty: support opus transcoding on debian
libblas.so and liblapack.so are symlinks into /etc/alternatives
This commit is contained in:
parent
7a98dc669e
commit
78d2f69ed5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue