[chirp_devel] PATCH: Corrected error in deinstallation command
David Griffith
Fri Sep 7 22:13:11 PDT 2012
# HG changeset patch
# User David Griffith <dave at 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
More information about the chirp_devel
mailing list