lfs-scripts/scripts/chapter7/7.2-change-ownership.sh

7 lines
138 B
Bash
Raw Normal View History

2023-01-09 10:18:17 +00:00
#!/bin/bash
chown -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}
case $(uname -m) in
x86_64) chown -R root:root $LFS/lib64 ;;
esac