Make dbus put a machine id file in the right place.
This commit is contained in:
parent
f35b8b8db4
commit
53c8b4249a
1 changed files with 4 additions and 0 deletions
|
@ -23,3 +23,7 @@ def install(self, spec, prefix):
|
||||||
configure("--prefix=%s" % prefix)
|
configure("--prefix=%s" % prefix)
|
||||||
make()
|
make()
|
||||||
make("install")
|
make("install")
|
||||||
|
|
||||||
|
# dbus needs a machine id generated after install
|
||||||
|
dbus_uuidgen = Executable(join_path(prefix.bin, 'dbus-uuidgen'))
|
||||||
|
dbus_uuidgen('--ensure')
|
||||||
|
|
Loading…
Reference in a new issue