mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-03 13:36:02 -04:00
make-test-runtime: Look in /{usr/,}sbin for ldconfig
Under normal circumstances ldconfig isn't required to be in ordinary users' PATHs, but running this script is not a normal circumstance. Signed-off-by: Simon McVittie <smcv@collabora.com> Closes: #1630 Approved by: alexlarsson
This commit is contained in:
committed by
Atomic Bot
parent
24b67b7040
commit
cce2a8dd78
@@ -20,6 +20,10 @@ EOF
|
||||
|
||||
cat ${DIR}/metadata
|
||||
|
||||
# On Debian derivatives, /usr/sbin and /sbin aren't in ordinary users'
|
||||
# PATHs, but ldconfig is kept in /sbin
|
||||
PATH="$PATH:/usr/sbin:/sbin"
|
||||
|
||||
# Add bash and dependencies
|
||||
mkdir -p ${DIR}/usr/bin
|
||||
mkdir -p ${DIR}/usr/lib
|
||||
|
||||
Reference in New Issue
Block a user