mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
multi arch the library path
This commit is contained in:
parent
ef2fcd0c7b
commit
19fed8e745
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
LD_LIBRARY_PATH=:/usr/lib/libreoffice/program:/usr/lib/x86_64-linux-gnu/
|
||||
LD_LIBRARY_PATH=:/usr/lib/libreoffice/program:/usr/lib/$(arch)-linux-gnu/
|
||||
START_COMMAND="libreoffice"
|
||||
PGREP="soffice.bin"
|
||||
export MAXIMIZE="true"
|
||||
|
Loading…
Reference in New Issue
Block a user