Fix tests

We need an ldconfig these days

Closes: #43
Approved by: alexlarsson
tingping/wmclass
Alexander Larsson 2017-10-05 18:36:21 +02:00 committed by Atomic Bot
parent 34710550ef
commit c7784cbde3
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ mkdir -p ${DIR}/usr/bin
mkdir -p ${DIR}/usr/lib
ln -s ../lib ${DIR}/usr/lib64
ln -s ../lib ${DIR}/usr/lib32
cp `which ldconfig` ${DIR}/usr/bin
T=`mktemp`
for i in $@; do
I=`which $i`