wok-current diff freeciv/receipt @ rev 13483
up pciids (20121010)
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Thu Oct 11 23:09:19 2012 +0000 (2012-10-11) |
parents | 7cb6e714c613 |
children | 380ffe05937a |
line diff
1.1 --- a/freeciv/receipt Fri May 20 05:16:58 2011 +0000 1.2 +++ b/freeciv/receipt Thu Oct 11 23:09:19 2012 +0000 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