[gnome-clocks/gnome-3-32] snap: Use layouts to fix access to libgweather locations



commit 1096ba5b89fbd1767f7effca919255fc9209980f
Author: Ken VanDine <ken vandine org>
Date:   Mon Jun 24 09:12:04 2019 -0400

    snap: Use layouts to fix access to libgweather locations

 snap/snapcraft.yaml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index e2673be..624aed2 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -9,6 +9,10 @@ grade: stable # must be 'stable' to release into candidate/stable channels
 confinement: strict
 base: core18
 
+layout:
+  /usr/share/libgweather:
+    bind: $SNAP/usr/share/libgweather
+
 # Launchpad doesn't recognize these fields yet
 passthrough:
   license: GPL-2.0+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]