wok-next rev 20248
mingw32-*: update post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 07 11:30:40 2017 +0100 (2017-11-07) |
parents | a2f95ddd93db |
children | f1abbf87ec90 |
files | mingw32-gcc-c/receipt mingw32-gcc/receipt mingw32-runtime/receipt mingw32-w32api/receipt |
line diff
1.1 --- a/mingw32-gcc-c/receipt Tue Nov 07 11:14:26 2017 +0100 1.2 +++ b/mingw32-gcc-c/receipt Tue Nov 07 11:30:40 2017 +0100 1.3 @@ -65,6 +65,7 @@ 1.4 # Rules to setup after installation 1.5 post_install() 1.6 { 1.7 + MINGW32_ID="i586-pc-mingw32" 1.8 # Archives get stripped during packaging; need to run ranlib 1.9 chroot "$1/" find "/usr/lib/gcc/$MINGW32_ID/" -name *.a -exec $MINGW32_ID-ranlib {} \; 1.10 }
2.1 --- a/mingw32-gcc/receipt Tue Nov 07 11:14:26 2017 +0100 2.2 +++ b/mingw32-gcc/receipt Tue Nov 07 11:30:40 2017 +0100 2.3 @@ -83,6 +83,7 @@ 2.4 # Rules to setup after installation 2.5 post_install() 2.6 { 2.7 + MINGW32_ID="i586-pc-mingw32" 2.8 # Archives get stripped during packaging; need to run ranlib 2.9 chroot "$1/" find "/usr/lib/gcc/$MINGW32_ID/" -name *.a -exec $MINGW32_ID-ranlib {} \; 2.10 chroot "$1/" find "/usr/$MINGW32_ID/lib/" -name *.a -exec $MINGW32_ID-ranlib {} \;
3.1 --- a/mingw32-runtime/receipt Tue Nov 07 11:14:26 2017 +0100 3.2 +++ b/mingw32-runtime/receipt Tue Nov 07 11:30:40 2017 +0100 3.3 @@ -54,6 +54,7 @@ 3.4 # Rules to setup after installation 3.5 post_install() 3.6 { 3.7 + MINGW32_ID="i586-pc-mingw32" 3.8 # Archives get stripped during packaging; need to run ranlib 3.9 chroot "$1/" find "/usr/$MINGW32_ID/lib/" -name *.a -exec $MINGW32_ID-ranlib {} \; 3.10 }
4.1 --- a/mingw32-w32api/receipt Tue Nov 07 11:14:26 2017 +0100 4.2 +++ b/mingw32-w32api/receipt Tue Nov 07 11:30:40 2017 +0100 4.3 @@ -53,6 +53,7 @@ 4.4 # Rules to setup after installation 4.5 post_install() 4.6 { 4.7 + MINGW32_ID="i586-pc-mingw32" 4.8 # Archives get stripped during packaging; need to run ranlib 4.9 chroot "$1/" find "/usr/$MINGW32_ID/lib/" -name *.a -exec $MINGW32_ID-ranlib {} \; 4.10 }