glibc: add 32 dynamic linker to ldd on x86_64.
replace_interpreter: don't look at $wrksrc. --HG-- extra : convert_revision : ba36faca11a84e42a6cbd418be90cbd443a5ee4e
This commit is contained in:
parent
5b8cc70d4e
commit
9b1c29e19b
2 changed files with 15 additions and 17 deletions
|
@ -37,7 +37,7 @@ replace_interpreter()
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ -f $wrksrc/$file ]; then
|
||||
if [ -f $file ]; then
|
||||
sed -i -e "1s|^#![[:space:]]*${orsb}|#!${trpath}|" $file && \
|
||||
msg_normal "Transformed $lang script: ${file##$wrksrc}."
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue