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

6 lines
138 B
Bash

#!/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