Commit 8dfc6695 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack epsonscan2: fix linking

parent 9bb0a6de
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
subst '1iAutoProv:no' $SPEC
if epm assure patchelf ; then
for i in usr/lib64/epsonscan2/lib*.so ; do
a= patchelf --set-rpath '$ORIGIN/' $i || continue
done
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment