wok-current diff freeciv/receipt @ rev 12348
Up: gsoap to 2.8.7.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 19 10:18:06 2012 +0000 (2012-04-19) |
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 Apr 19 10:18:06 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