wok-next diff mingw32-runtime/receipt @ rev 19276

get-vivaldi: fix rpm url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 05 16:47:32 2016 +0200 (2016-07-05)
parents 9e01bc6321ea
children 8a74e7b0ff7f
line diff
     1.1 --- a/mingw32-runtime/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/mingw32-runtime/receipt	Tue Jul 05 16:47:32 2016 +0200
     1.3 @@ -54,7 +54,7 @@
     1.4  post_install()
     1.5  {
     1.6  	# Archives get stripped during packaging; need to run ranlib
     1.7 -	find "$1/usr/$MINGW32_ID/lib/" -name *.a -exec $MINGW32_ID-ranlib {} \;
     1.8 +	chroot "$1/" find "/usr/$MINGW32_ID/lib/" -name *.a -exec $MINGW32_ID-ranlib {} \;
     1.9  }
    1.10  
    1.11  # Rules to clean the package