内置lib以解决20和23使用同一包导致的兼容性问题
This commit is contained in:
8
gxde-kernel-manager-runner.sh
Executable file
8
gxde-kernel-manager-runner.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
programPath=$(cd $(dirname $0); pwd)
|
||||
arch=$(dpkg --print-architecture)
|
||||
if [[ -d "$programPath/lib/$arch" ]]; then
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$programPath/lib/$arch
|
||||
fi
|
||||
$programPath/gxde-kernel-manager
|
||||
Reference in New Issue
Block a user