Mail Archives: djgpp/1997/08/04/07:49:02
In reply to Brett Leslie Porter, Luis Hernandez quoted Eli Zaretskii on
uninstalling a DJGPP component. This is just another example of the
dictum that a correction never catches up with the error. Eli almost
immediately corrected his first instruction. Suppose the manifest
contains a line
bin/
Then using rm with the `-r' switch will result in the deletion of the
entire bin directory, which is very likely not the intended result.
The safe instruction to uninstall is issued from the base directory as
rm -fv @manifest/component.mft
and `-v' is optional.
Regards,
Frank
- Raw text -