From 506ef63a596e3656c42a274ea3db7981452b0519 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Thu, 26 Sep 2019 13:34:26 -0500 Subject: [PATCH] trivial: snap: correct install hook root directory --- snap/hooks/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/hooks/install b/snap/hooks/install index a277b9a62..419b84ecd 100755 --- a/snap/hooks/install +++ b/snap/hooks/install @@ -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 share/dbus-1/system.d/org.freedesktop.fwupd.conf / +install_if_missing share/dbus-1/system.d/org.freedesktop.fwupd.conf /usr #activation via systemd install_if_missing etc/systemd/system/fwupd-activate.service / systemctl daemon-reload