aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2019-06-27 22:26:27 +0200
committerMarvin Borner2019-06-27 22:26:27 +0200
commit123daee1abe5880a83a28bb8a13bd1f10abd08f7 (patch)
tree67ef72622cc769b274e970939898044ed03764f6
parentdfc048623789e25e045279363e1685245afea1fd (diff)
Fixed typo
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index d487814..e65ce65 100644
--- a/install.sh
+++ b/install.sh
@@ -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