From 9f28f8bcc64d3b921f8bb94d38b584b862520c8c Mon Sep 17 00:00:00 2001 From: SomberNight Date: Sun, 23 Jun 2019 04:17:46 +0200 Subject: [PATCH] Appimage: follow-up b69249f6c333c56aa62761974bcf58a4cf3e8db1 libsecp256k1.a needs to be deleted as it's not reproducible... --- contrib/build-linux/appimage/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/build-linux/appimage/build.sh b/contrib/build-linux/appimage/build.sh index 4afc39536..64ff0938b 100755 --- a/contrib/build-linux/appimage/build.sh +++ b/contrib/build-linux/appimage/build.sh @@ -220,6 +220,7 @@ rm -rf "$PYDIR"/site-packages/PyQt5/Qt.so # these are deleted as they were not deterministic; and are not needed anyway find "$APPDIR" -path '*/__pycache__*' -delete +rm "$APPDIR"/usr/lib/libsecp256k1.a rm -rf "$PYDIR"/site-packages/*.dist-info/ rm -rf "$PYDIR"/site-packages/*.egg-info/