Commit 9f118c59 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack vk-calls: don't use cd BUILDROOT

parent 7c44f016
...@@ -16,10 +16,8 @@ subst '1iAutoProv:no' $SPEC ...@@ -16,10 +16,8 @@ subst '1iAutoProv:no' $SPEC
remove_file /usr/local/bin/$PRODUCT remove_file /usr/local/bin/$PRODUCT
add_bin_link_command add_bin_link_command
cd $BUILDROOT$PRODUCTDIR
if epm assure patchelf ; then if epm assure patchelf ; then
for i in lib* $PRODUCT ; do for i in .$PRODUCTDIR/lib* .$PRODUCTDIR/$PRODUCT ; do
a= patchelf --set-rpath '$ORIGIN' $i a= patchelf --set-rpath '$ORIGIN' $i
done done
fi 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