wok-6.x diff freeciv/receipt @ rev 14613
Add php-docs-en.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jun 01 06:36:55 2013 +0000 (2013-06-01) |
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 Jun 01 06:36:55 2013 +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