commit 48ab1e3c0595cd710fde768c2f51c981194427f4
parent ae4343bd18bbb97750014eec103004494b5b25cf
Author: TheJackiMonster <thejackimonster@gmail.com>
Date: Sun, 6 Nov 2022 11:05:49 +0100
Adjust prefixes for staging in snap
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
@@ -108,7 +108,9 @@ parts:
- libmicrohttpd12
source: http://ftpmirror.gnu.org/gnunet/gnunet-0.18.1.tar.gz
plugin: autotools
- autotools-configure-parameters: [ '--disable-documentation', '--prefix=/usr' ]
+ autotools-configure-parameters:
+ - --disable-documentation
+ - --prefix="$SNAPCRAFT_STAGE/usr"
libgnunetchat:
after: [ gnunet ]
build-packages:
@@ -116,7 +118,8 @@ parts:
- libc6-dev
source: http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.1.tar.gz
plugin: autotools
- autotools-configure-parameters: [ '--prefix=/usr' ]
+ autotools-configure-parameters:
+ - --prefix="$SNAPCRAFT_STAGE/usr"
messenger-gtk:
after: [ desktop-gtk3, gnunet, libgnunetchat ]
build-packages: