wok-current diff mingw32-gcc-c/receipt @ rev 19214
Up tzdata(2016e)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jun 14 23:10:20 2016 +0300 (2016-06-14) |
parents | 9e01bc6321ea |
children | afae00265386 |
line diff
1.1 --- a/mingw32-gcc-c/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/mingw32-gcc-c/receipt Tue Jun 14 23:10:20 2016 +0300 1.3 @@ -66,7 +66,7 @@ 1.4 post_install() 1.5 { 1.6 # Archives get stripped during packaging; need to run ranlib 1.7 - find "$1/usr/lib/gcc/$MINGW32_ID/" -name *.a -exec $MINGW32_ID-ranlib {} \; 1.8 + chroot "$1/" find "/usr/lib/gcc/$MINGW32_ID/" -name *.a -exec $MINGW32_ID-ranlib {} \; 1.9 } 1.10 1.11 # Rules to clean the package