wok-current 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 | 2c8959d87a92 |
children | 6dd10646ce67 |
files | frozen-bubble/receipt |
line diff
1.1 --- a/frozen-bubble/receipt Mon Oct 29 17:34:53 2018 +0100 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