forked from pool/cloud-init
Robert Schweikert
ca001a03ce
New upstream release OBS-URL: https://build.opensuse.org/request/show/295648 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=33
14 lines
315 B
Diff
14 lines
315 B
Diff
=== modified file 'setup.py'
|
|
--- setup.py 2015-01-21 20:28:32 +0000
|
|
+++ setup.py 2015-04-13 09:20:40 +0000
|
|
@@ -60,7 +60,7 @@
|
|
try:
|
|
(path, err) = tiny_p(cmd)
|
|
except:
|
|
- return '/lib/systemd/system'
|
|
+ return '/usr/lib/systemd/system'
|
|
return str(path).strip()
|
|
|
|
INITSYS_FILES = {
|
|
|