firefox: fix alpine location for stab.h.
This commit is contained in:
parent
434d65f78d
commit
cff516258b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ conflicts="firefox-esr>=0"
|
|||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
$XBPS_FETCH_CMD http://git.alpinelinux.org/cgit/aports/plain/main/firefox/stab.h
|
||||
$XBPS_FETCH_CMD http://git.alpinelinux.org/cgit/aports/plain/community/firefox/stab.h
|
||||
mv stab.h toolkit/crashreporter/google-breakpad/src/
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue