wok-6.x diff frozen-bubble/receipt @ rev 20501
frozen-bubble: move *.pm to i486-linux path
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Oct 29 17:05:35 2018 -0400 (2018-10-29) |
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 Mon Oct 29 17:05:35 2018 -0400 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