wok diff freeciv/receipt @ rev 12564
udev: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 28 18:52:14 2012 +0200 (2012-04-28) |
parents | 7cb6e714c613 |
children | 380ffe05937a |
line diff
1.1 --- a/freeciv/receipt Fri May 20 05:16:58 2011 +0000 1.2 +++ b/freeciv/receipt Sat Apr 28 18:52:14 2012 +0200 1.3 @@ -26,6 +26,11 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - cp -a $_pkg/usr $fs 1.8 + mkdir -p $fs/usr/share $fs/usr/lib 1.9 + cp -a $install/usr/bin $fs/usr 1.10 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.11 + cp -a $install/usr/share/freeciv $fs/usr/share 1.12 + # Add icons for desktop files 1.13 + cp -a $install/usr/share/icons/hicolor/32x32/apps $fs/usr/share/pixmaps 1.14 } 1.15