Do not use /system/bin/{mkdir,install} in rbconfib
authorFredrik Fornwall <fredrik@fornwall.net>
Sat, 14 Nov 2015 02:28:30 +0000 (21:28 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Sat, 14 Nov 2015 02:28:30 +0000 (21:28 -0500)
commitf34a276b5e9a0d74944c5af6a751f3cb65f06634
tree981a440afe701745c461a2a628c7aeaa8d8b1c1f
parent50691ee47d5ad2e0ceb399c5a1913d3951b98a8e
Do not use /system/bin/{mkdir,install} in rbconfib

Using executables in /system/bin is fragile since they may not
work due to LD_LIBRARY_PATH containing libraries with the same
name that the executables are linked against (but with different
versions).
packages/ruby/build.sh