File: 0001-Install-selected-scripts.patch

package info (click to toggle)
python-evtx 0.3.1%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,680 kB
  • ctags: 4,121
  • sloc: python: 2,159; makefile: 2; sh: 1
file content (22 lines) | stat: -rw-r--r-- 647 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Hilko Bengen <bengen@debian.org>
Date: Fri, 20 Jun 2014 18:23:34 +0200
Subject: Install selected scripts

---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 mode change 100644 => 100755 setup.py

diff --git a/setup.py b/setup.py
old mode 100644
new mode 100755
index 987ca65..e20f3d8
--- a/setup.py
+++ b/setup.py
@@ -13,4 +13,5 @@ setup(name="python-evtx",
       author_email="willi.ballenthin@gmail.com",
       url="https://github.com/williballenthin/python-evtx",
       license="Apache 2.0 License",
-      packages=["Evtx"])
+      packages=["Evtx"],
+      scripts=["scripts/evtxdump.py", "scripts/evtxinfo.py"])