From e3a2d548a828b8cfff5d2b33e28059b051877a2e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 15 Apr 2017 15:10:54 +0200 Subject: [PATCH] thunderbird: fix musl --- srcpkgs/thunderbird/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template index 971a065c57b..fd7b5992fe7 100644 --- a/srcpkgs/thunderbird/template +++ b/srcpkgs/thunderbird/template @@ -39,8 +39,8 @@ post_extract() { case "$XBPS_TARGET_MACHINE" in *-musl) # fix musl rust triplet - sed -i "s/\(x86_64-unknown-linux\)-gnu/\1-musl/" build/moz.configure/rust.configure - cp "${FILESDIR}/stab.h" toolkit/crashreporter/google-breakpad/src/ + sed -i "s/\(x86_64-unknown-linux\)-gnu/\1-musl/" mozilla/build/moz.configure/rust.configure + cp "${FILESDIR}/stab.h" mozilla/toolkit/crashreporter/google-breakpad/src/ ;; esac