diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-06 22:05:02 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-06 22:05:02 (EDT) |
commit | f94fb1b5226781551051daa3761919346e8c4b3e (patch) | |
tree | 9b0da490373654df8890af8c77e91a3597f3a6cf /docs/gnulinux/encrypted_parabola.html | |
parent | 52b05b1595415f60cf8a73931db23cf500f0956b (diff) | |
download | libreboot-f94fb1b5226781551051daa3761919346e8c4b3e.zip libreboot-f94fb1b5226781551051daa3761919346e8c4b3e.tar.gz libreboot-f94fb1b5226781551051daa3761919346e8c4b3e.tar.bz2 |
Replace rm -r with rm -R
Diffstat (limited to 'docs/gnulinux/encrypted_parabola.html')
-rw-r--r-- | docs/gnulinux/encrypted_parabola.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gnulinux/encrypted_parabola.html b/docs/gnulinux/encrypted_parabola.html index 09e16d7..1538b9a 100644 --- a/docs/gnulinux/encrypted_parabola.html +++ b/docs/gnulinux/encrypted_parabola.html @@ -284,7 +284,7 @@ I deleted the files that it mentioned and then it worked. Specifically, I had this error:<br/> <i>licenses: /usr/share/licenses/common/MPS exists in filesystem</i><br/> - I rm -rf'd the file and then pacman worked. I'm told that the following would have also made it work:<br/> + I rm -Rf'd the file and then pacman worked. I'm told that the following would have also made it work:<br/> # <b>pacman -Sf licenses</b><br/> </troubleshooting><br/> </p> |