# HG changeset patch # User Pascal Bellard # Date 1510050640 -3600 # Node ID da5256dcf31ad9d79eef09c483fa4d67086c590f # Parent a2f95ddd93db42bad26e34139264925ab0dd22c9 mingw32-*: update post_install diff -r a2f95ddd93db -r da5256dcf31a mingw32-gcc-c/receipt --- a/mingw32-gcc-c/receipt Tue Nov 07 11:14:26 2017 +0100 +++ b/mingw32-gcc-c/receipt Tue Nov 07 11:30:40 2017 +0100 @@ -65,6 +65,7 @@ # Rules to setup after installation post_install() { + MINGW32_ID="i586-pc-mingw32" # Archives get stripped during packaging; need to run ranlib chroot "$1/" find "/usr/lib/gcc/$MINGW32_ID/" -name *.a -exec $MINGW32_ID-ranlib {} \; } diff -r a2f95ddd93db -r da5256dcf31a mingw32-gcc/receipt --- a/mingw32-gcc/receipt Tue Nov 07 11:14:26 2017 +0100 +++ b/mingw32-gcc/receipt Tue Nov 07 11:30:40 2017 +0100 @@ -83,6 +83,7 @@ # Rules to setup after installation post_install() { + MINGW32_ID="i586-pc-mingw32" # Archives get stripped during packaging; need to run ranlib chroot "$1/" find "/usr/lib/gcc/$MINGW32_ID/" -name *.a -exec $MINGW32_ID-ranlib {} \; chroot "$1/" find "/usr/$MINGW32_ID/lib/" -name *.a -exec $MINGW32_ID-ranlib {} \; diff -r a2f95ddd93db -r da5256dcf31a mingw32-runtime/receipt --- a/mingw32-runtime/receipt Tue Nov 07 11:14:26 2017 +0100 +++ b/mingw32-runtime/receipt Tue Nov 07 11:30:40 2017 +0100 @@ -54,6 +54,7 @@ # Rules to setup after installation post_install() { + MINGW32_ID="i586-pc-mingw32" # Archives get stripped during packaging; need to run ranlib chroot "$1/" find "/usr/$MINGW32_ID/lib/" -name *.a -exec $MINGW32_ID-ranlib {} \; } diff -r a2f95ddd93db -r da5256dcf31a mingw32-w32api/receipt --- a/mingw32-w32api/receipt Tue Nov 07 11:14:26 2017 +0100 +++ b/mingw32-w32api/receipt Tue Nov 07 11:30:40 2017 +0100 @@ -53,6 +53,7 @@ # Rules to setup after installation post_install() { + MINGW32_ID="i586-pc-mingw32" # Archives get stripped during packaging; need to run ranlib chroot "$1/" find "/usr/$MINGW32_ID/lib/" -name *.a -exec $MINGW32_ID-ranlib {} \; }