diff --git a/installer.sh b/installer.sh index 90f5ff5..15e1507 100755 --- a/installer.sh +++ b/installer.sh @@ -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