wok-next diff mingw32-gcc-c/receipt @ rev 20494

make-slitaz-icons: in multiple choice for 16px request: if 16px and scalable icons both are available, try to choose 16px one, but not the first caught.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 13 23:17:56 2018 +0200 (2018-03-13)
parents ed8073aa8cf0
children d5aab818505e
line diff
     1.1 --- a/mingw32-gcc-c/receipt	Mon Dec 21 00:07:14 2015 +0100
     1.2 +++ b/mingw32-gcc-c/receipt	Tue Mar 13 23:17:56 2018 +0200
     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  }