[chirp_devel] PATCH: Corrected error in deinstallation command
8 Sep
2012
8 Sep
'12
12:13 a.m.
# 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
4259
Age (days ago)
4261
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dan Smith -
David Griffith