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
|
pushd /usr/share/info
|
||||||
rm -v dir
|
rm -v dir
|
||||||
for f in *; do
|
for f in *; do
|
||||||
install-info ${f} dir 2>/dev/null
|
install-info "${f}" dir 2>/dev/null
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
pushd /boot
|
pushd /boot
|
||||||
|
Loading…
Reference in New Issue
Block a user