targetcli/SOURCES/0001-setup.py-add-the-socket-and-service-files-to-the-dat.patch

14 lines
537 B
Diff
Raw Normal View History

2020-01-21 15:28:15 +00:00
diff --git a/setup.py b/setup.py
2020-07-28 11:54:42 +00:00
index 4518165..2ebfc04 100755
2020-01-21 15:28:15 +00:00
--- a/setup.py
+++ b/setup.py
2020-07-28 11:54:42 +00:00
@@ -34,7 +34,7 @@ setup(
2020-01-21 15:28:15 +00:00
'scripts/targetcli',
'daemon/targetclid'
],
2020-07-28 11:54:42 +00:00
- data_files = [('/lib/systemd/system', ['systemd/targetclid.socket', 'systemd/targetclid.service'])],
2020-01-21 15:28:15 +00:00
+ data_files = [('/usr/lib/systemd/system', ['systemd/targetclid.socket', 'systemd/targetclid.service'])],
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",