wok diff florence/receipt @ rev 19452
Up fasm (1.71.57)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 20 16:31:20 2016 +0200 (2016-10-20) |
parents | 0ea7712da514 |
children | 86790a278e70 |
line diff
1.1 --- a/florence/receipt Wed May 04 21:51:37 2016 +0200 1.2 +++ b/florence/receipt Thu Oct 20 16:31:20 2016 +0200 1.3 @@ -23,7 +23,6 @@ 1.4 --without-docs \ 1.5 --without-notification \ 1.6 --disable-schemas-compile 1.7 - 1.8 make && make install 1.9 } 1.10 1.11 @@ -31,4 +30,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 cp -a $install/* $fs 1.15 + sed 's|Categories.*$|&Utility;|' -i \ 1.16 + $fs/usr/share/applications/florence.desktop 1.17 }