wok-6.x diff frozen-bubble/receipt @ rev 24352
babl-dev: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 03 10:29:52 2022 +0000 (2022-02-03) |
parents | 408c87fa22ca |
children | 2a0479881723 |
line diff
1.1 --- a/frozen-bubble/receipt Sat Aug 10 17:48:05 2013 +0000 1.2 +++ b/frozen-bubble/receipt Thu Feb 03 10:29:52 2022 +0000 1.3 @@ -30,5 +30,9 @@ 1.4 cp -a $install/usr/bin $fs/usr 1.5 cp -a $install/usr/lib $fs/usr 1.6 cp -a $install/usr/share/frozen-bubble $fs/usr/share 1.7 + # Hack to correct wrong *.pm install path 1.8 + cp -a $fs/usr/lib/perl5/5.14.1/x86_64-linux/* \ 1.9 + $fs/usr/lib/perl5/5.14.1/i486-linux 1.10 + rm -fr $fs/usr/lib/perl5/5.14.1/x86_64-linux 1.11 } 1.12