Merge branch 'binutils-bin' into 'master'

Install ar and strings symlinks in /usr/local/bin

See merge request fdupoux/sysresccd-src!26
This commit is contained in:
Francois Dupoux 2020-04-04 06:55:33 +00:00
commit 382c8f31f6

View file

@ -43,8 +43,8 @@ systemctl mask atop-rotate.timer
systemctl mask shadow.timer
# Provide additional commands (using busybox instead of binutils to save space)
ln -f -s /usr/bin/busybox /usr/bin/ar
ln -f -s /usr/bin/busybox /usr/bin/strings
ln -sf /usr/bin/busybox /usr/local/bin/ar
ln -sf /usr/bin/busybox /usr/local/bin/strings
# Cleanup
find /usr/lib -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete