summarylogtreecommitdiffstats
path: root/python-install-flags.patch
blob: 9e6e1f0dd45aacd5de08b97ae666fe8f5187117b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
--- capture_freaklabs_zigbee/Makefile.in	2019-10-10 10:49:00.494256269 +0200
+++ capture_freaklabs_zigbee/Makefile.in	2019-10-10 10:52:49.374152190 +0200
@@ -10,7 +10,7 @@
 	$(PYTHON) ./setup.py bdist

 install:
-	$(PYTHON) ./setup.py install
+	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
 	# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) $(BIN)/$(MONITOR_BIN)

 clean:
--- capture_sdr_rtl433/Makefile.in	2019-10-10 10:49:00.507590313 +0200
+++ capture_sdr_rtl433/Makefile.in	2019-10-10 10:52:28.069331801 +0200
@@ -11,7 +11,7 @@
 	$(PYTHON) ./setup.py bdist

 install:
-	$(PYTHON) ./setup.py install
+	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1

 clean:
 	@-$(PYTHON) ./setup.py clean
--- capture_sdr_rtladsb/Makefile.in	2019-10-10 10:49:00.510923825 +0200
+++ capture_sdr_rtladsb/Makefile.in	2019-10-10 10:52:32.542260533 +0200
@@ -11,7 +11,7 @@
 	$(PYTHON) ./setup.py bdist

 install:
-	$(PYTHON) ./setup.py install
+	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
 	# These are now part of the setup.py install
 	# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) aircraft_db.csv $(ETC)/kismet_aircraft_db.csv
 	# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) $(BIN)/$(MONITOR_BIN)
--- capture_sdr_rtlamr/Makefile.in	2019-10-10 10:49:00.514257335 +0200
+++ capture_sdr_rtlamr/Makefile.in	2019-10-10 10:52:35.978622527 +0200
@@ -11,7 +11,7 @@
 	$(PYTHON) ./setup.py bdist

 install:
-	$(PYTHON) ./setup.py install
+	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
 
 protobuf:
 	$(PROTOCBIN) -I ../protobuf_definitions --python_out=./KismetCaptureRtlamr ../protobuf_definitions/*.proto