[chirp_devel] PATCH: Corrected error in deinstallation command
# HG changeset patch # User David Griffith dave@661.org # Date 1347080923 25200 # Node ID f5b9b476e6ad18387ebe481700a5c372b81a79e8 # Parent 75f19c73de256a40cd80a3b7ca164360a82032ae Corrected error in deinstallation command.
diff -r 75f19c73de25 -r f5b9b476e6ad INSTALL --- a/INSTALL Fri Sep 07 11:14:12 2012 -0600 +++ b/INSTALL Fri Sep 07 22:08:43 2012 -0700 @@ -31,7 +31,7 @@ This will install the package and create a list of files that were added to your system. If you want to deinstall Chirp, type this:
- sudo xargs -0 rm -rf < files.txt + sudo xargs rm -rf < files.txt
This will cause rm(1) to take its list of arguments from the file named "files.txt" and remove those files from the system. If you forgot to
# HG changeset patch # User David Griffith dave@661.org # Date 1347080923 25200 # Node ID f5b9b476e6ad18387ebe481700a5c372b81a79e8 # Parent 75f19c73de256a40cd80a3b7ca164360a82032ae Corrected error in deinstallation command.
Thanks, but I can't push this without a bug number in the commit message. I need either a new one or a reference to the original bug that you filed for all this work.
participants (2)
-
Dan Smith
-
David Griffith