trivial: Move dbus directory location for snap too

This error was happening on fresh snap install (not upgrade):
```
install: cannot stat '/snap/fwupd/1065/etc/dbus-1/system.d/org.freedesktop.fwupd.conf': No such file or directory
```

Fixes 41a25be6 ("Move D-Bus conf file to datadir/dbus-1/system.d")
This commit is contained in:
Mario Limonciello 2019-09-23 07:47:37 -05:00 committed by Mario Limonciello
parent 17c02b8b1f
commit 0a9665c708

View File

@ -13,7 +13,7 @@ install_if_missing share/polkit-1/rules.d/org.freedesktop.fwupd.rules /usr
#install dbus related items
install_if_missing share/dbus-1/system-services/org.freedesktop.fwupd.service /usr
install_if_missing share/dbus-1/interfaces/org.freedesktop.fwupd.xml /usr
install_if_missing etc/dbus-1/system.d/org.freedesktop.fwupd.conf /
install_if_missing share/dbus-1/system.d/org.freedesktop.fwupd.conf /
#activation via systemd
install_if_missing etc/systemd/system/fwupd-activate.service /
systemctl daemon-reload