We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea06cc commit 8006f74Copy full SHA for 8006f74
1 file changed
snap/snapcraft.yaml
@@ -117,8 +117,12 @@ parts:
117
- -DCMAKE_PREFIX_PATH=$SNAPCRAFT_STAGE/usr
118
- -DSNAP_BUILD=on
119
120
- # XXX: This is an hack to have a kind of bind-mount with absolute prefix.
+ # XXX: This is an hack to have a kind of bind-mount with absolute prefix.
121
- -DCMAKE_INSTALL_PREFIX=/snap/$SNAPCRAFT_PROJECT_NAME/current/usr
122
+
123
+ install: |
124
+ cp -av $SNAPCRAFT_PART_INSTALL/../src/snap/gui $SNAPCRAFT_STAGE/../snap
125
126
organize:
127
snap/remmina/current: .
128
stage:
0 commit comments