diff options
author | Marvin Borner | 2019-06-27 22:26:27 +0200 |
---|---|---|
committer | Marvin Borner | 2019-06-27 22:26:27 +0200 |
commit | 123daee1abe5880a83a28bb8a13bd1f10abd08f7 (patch) | |
tree | 67ef72622cc769b274e970939898044ed03764f6 | |
parent | dfc048623789e25e045279363e1685245afea1fd (diff) |
Fixed typo
-rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ sudo -i -u melvix bash bootstrap.sh ${source} kill $! && trap " " EXIT export MELVIX=/home/melvix/os -sudi find ${MELVIX}-copy/{,usr/}{bin,lib,sbin} -type f -exec sudo strip --strip-debug '{}' ';' +sudo find ${MELVIX}-copy/{,usr/}{bin,lib,sbin} -type f -exec sudo strip --strip-debug '{}' ';' sudo find ${MELVIX}-copy/{,usr/}lib64 -type f -exec sudo strip --strip-debug '{}' ';' sudo chown -R root:root ${MELVIX}-copy sudo chgrp 13 ${MELVIX}-copy/var/run/utmp ${MELVIX}-copy/var/log/lastlog |