mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-05 20:43:53 +01:00
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:
commit
382c8f31f6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue