mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Merge /usr/sbin and /usr/bin
Required for some stupid build system (and is also better for us).
This commit is contained in:
parent
07d4408fb6
commit
c64367f608
4 changed files with 4 additions and 11 deletions
|
|
@ -22,9 +22,8 @@ create_fhs() {
|
|||
for d in bin lib sbin; do
|
||||
ln -s "usr/${d}" "/${d}"
|
||||
done
|
||||
# Make sbin a symlink to bin
|
||||
mv /usr/sbin/* /usr/bin/
|
||||
rmdir /usr/sbin
|
||||
rm -r /sbin /usr/sbin
|
||||
ln -s bin /usr/sbin
|
||||
ln -s bin /sbin
|
||||
mkdir /etc /proc /run /sys /tmp /var
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue