blob: 8c9067dd467402598d1fe95bbbe6293deb0485e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
guilt: force removal when uninstalling
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
--- a/uninstall.orig
+++ b/uninstall
@@ -12,4 +12,4 @@
shift
-(cd $PRE; rm "$@")
+(cd $PRE; rm -f "$@")
|