wok diff eboard/receipt @ rev 13690
fix get- script to work without error. But the plugin is still broken(bad install).
author | xfred222 |
---|---|
date | Wed Dec 12 16:59:24 2012 -0500 (2012-12-12) |
parents | 6e90579538d6 |
children | 08318790553b |
line diff
1.1 --- a/eboard/receipt Sun Feb 28 14:11:33 2010 +0100 1.2 +++ b/eboard/receipt Wed Dec 12 16:59:24 2012 -0500 1.3 @@ -29,10 +29,9 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/share/application 1.8 + mkdir -p $fs/usr/share/pixmaps 1.9 cp -a $_pkg/usr/share $fs/usr 1.10 cp -a $_pkg/usr/bin $fs/usr 1.11 - cp $src/r18.xpm $fs/usr/share/eboard/eboard.xpm 1.12 - cp stuff/eboard.desktop $fs/usr/share/application 1.13 + cp $src/r18.xpm $fs/usr/share/pixmaps/eboard.xpm 1.14 } 1.15