messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

commit f5f37f3f7692a39ba953400dff527ffacef7462f
parent 478d897bd652009619a26aee181325179ab57cce
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Sun, 11 Sep 2022 13:38:20 +0200

Fixed snap architecture dependency

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
Msnap/snapcraft.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml @@ -160,5 +160,5 @@ parts: make install override-prime: | snapcraftctl prime - rm -f usr/lib/x86_64-linux-gnu/libc_malloc_debug.so - ln -s libc_malloc_debug.so.0 usr/lib/x86_64-linux-gnu/libc_malloc_debug.so + rm -f "usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libc_malloc_debug.so" + ln -s libc_malloc_debug.so.0 "usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libc_malloc_debug.so"