Update installer.sh

This commit is contained in:
Baho Utot 2019-05-24 14:49:56 -04:00 committed by GitHub
parent e42cf13d67
commit 52216ba414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ cat > ${ROOTPATH}/tmp/script.sh <<- EOF
pushd /usr/share/info
rm -v dir
for f in *; do
install-info ${f} dir 2>/dev/null
install-info "${f}" dir 2>/dev/null
done
popd
pushd /boot