wok rev 3212
mscore: fix genpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 28 11:45:05 2009 +0200 (2009-05-28) |
parents | 68700e4636f7 |
children | db989f95819d |
files | mscore/receipt |
line diff
1.1 --- a/mscore/receipt Thu May 28 11:38:05 2009 +0200 1.2 +++ b/mscore/receipt Thu May 28 11:45:05 2009 +0200 1.3 @@ -28,7 +28,7 @@ 1.4 { 1.5 mkdir -p $fs/usr 1.6 cp -a $_pkg/usr/bin $fs/usr 1.7 - cp -a $_pkg/usr/plugins $fs/usr 1.8 + cp -a $_pkg/usr/lib $fs/usr 1.9 cp -a $_pkg/usr/share $fs/usr 1.10 } 1.11