Skip to content

Commit 04a6534

Browse files
authored
fix snapcraft build v2 (#717)
1 parent cd325cd commit 04a6534

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

snap/snapcraft.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ grade: stable # must be 'stable' to release into candidate/stable channels
55
confinement: strict # use 'strict' once you have the right plugs and slots
66
base: core24
77

8+
layout:
9+
/usr/share/iptux:
10+
bind: $SNAP/usr/share/iptux
11+
812
slots:
913
dbus-iptux:
1014
interface: dbus
@@ -35,9 +39,7 @@ parts:
3539
appstream,
3640
]
3741
plugin: meson
38-
meson-parameters: ["--prefix=/snap/iptux/current/usr"]
39-
organize:
40-
snap/iptux/current/usr: usr
42+
meson-parameters: ["--prefix=/usr"]
4143
stage-packages:
4244
- glib-networking
4345
- libjsoncpp25

0 commit comments

Comments
 (0)