aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snap/snapcraft.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 40d543e..73e6412 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -158,3 +158,7 @@ parts:
158 mkdir -p "$SNAPCRAFT_PART_INSTALL/usr/share/appdata" 158 mkdir -p "$SNAPCRAFT_PART_INSTALL/usr/share/appdata"
159 export INSTALL_DIR="$SNAPCRAFT_PART_INSTALL/usr/" 159 export INSTALL_DIR="$SNAPCRAFT_PART_INSTALL/usr/"
160 make install 160 make install
161 override-prime: |
162 snapcraftctl prime
163 rm -f usr/lib/x86_64-linux-gnu/libc_malloc_debug.so
164 ln -s libc_malloc_debug.so.0 usr/lib/x86_64-linux-gnu/libc_malloc_debug.so