wok-next diff mingw32-gcc/receipt @ 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 ed8073aa8cf0
children d43bf7aae921
line diff
     1.1 --- a/mingw32-gcc/receipt	Mon Dec 21 00:07:14 2015 +0100
     1.2 +++ b/mingw32-gcc/receipt	Tue Nov 07 11:30:40 2017 +0100
     1.3 @@ -83,6 +83,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  	chroot "$1/" find "/usr/$MINGW32_ID/lib/" -name *.a -exec $MINGW32_ID-ranlib {} \;