aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/fj-mkdeb.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/fj-mkdeb.py')
-rwxr-xr-xcontrib/fj-mkdeb.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/fj-mkdeb.py b/contrib/fj-mkdeb.py
index 89b4e46a9..429cb9db4 100755
--- a/contrib/fj-mkdeb.py
+++ b/contrib/fj-mkdeb.py
@@ -1,6 +1,9 @@
1#!/usr/bin/env python3 1#!/usr/bin/env python3
2# This file is part of Firejail project
3# Copyright (C) 2014-2020 Firejail Authors
4# License GPL v2
2 5
3# This script is automate the workaround for https://github.com/netblue30/firejail/issues/772 6# This script automates the workaround for https://github.com/netblue30/firejail/issues/772
4 7
5import os, re, shlex, subprocess, sys 8import os, re, shlex, subprocess, sys
6 9