wok-stable diff sqlite/receipt @ rev 11641
lostirc: Fix receipt (desktop file should be copied by cook)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Feb 03 14:54:52 2012 +0100 (2012-02-03) |
parents | 017ae4c07215 |
children |
line diff
1.1 --- a/sqlite/receipt Wed Nov 02 06:45:16 2011 +0000 1.2 +++ b/sqlite/receipt Fri Feb 03 14:54:52 2012 +0100 1.3 @@ -48,5 +48,7 @@ 1.4 mkdir -p $fs/usr 1.5 1.6 cp -a $install/usr/bin $fs/usr 1.7 - [ -f $fs/usr/bin/lemon ] && rm -f $fs/usr/bin/lemon 1.8 + if [ -f $fs/usr/bin/lemon ]; then 1.9 + rm -f $fs/usr/bin/lemon 1.10 + fi 1.11 }