Package: stgit / 0.18-1

remove_pyc_files Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Maximiliano Curia <maxy@debian.org>
Date: Sat, 2 Sep 2017 14:06:57 +0200
Subject: Remove more pyc files

Author: Yann Dirson <dirson@debian.org>
Forwarded: no
Last-Update: 2014-03-26
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c5c0d51..4f67d28 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ clean:
 	done
 	rm -rf build
 	rm -f stgit/*.pyc
-	rm -f stgit/commands/*.pyc
+	rm -f stgit/*/*.pyc
 	rm -f TAGS
 	rm -f stgit/commands/cmdlist.py