summaryrefslogtreecommitdiff
path: root/debian/patches/Don-t-fail-to-clean-if-not-built-yet.patch
blob: b8f5fe874764bcdb726167102362be1b3801aac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Felipe Sateler <fsateler@debian.org>
Date: Fri, 8 Dec 2017 12:01:19 -0300
Subject: Don't fail to clean if not built yet

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2f8df2f..7e93c2f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,4 @@ backlog: backlog.cpp
 	znc-buildmod backlog.cpp
 
 clean:
-	rm *.so
+	rm -f *.so