summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/guilt/files/uninstall_force.patch
blob: 8f7cea1dec02cf92b3dbbb960dbaf2fefee1e869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
guilt: force removal when uninstalling

Upstream-Status: Inappropriate [oe-specific]

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 "$@")