Update installer.sh
This commit is contained in:
parent
e42cf13d67
commit
52216ba414
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user