wok diff xdelta/receipt @ rev 8877
Fix lxlauncher infinite loop. lxlauncher can be unblocked on tank bb after getting this commit.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 27 01:37:01 2011 +0100 (2011-02-27) |
parents | 7c1d1ee26141 |
children | 1150292a1c4b |
line diff
1.1 --- a/xdelta/receipt Sat Jan 29 15:56:47 2011 +0000 1.2 +++ b/xdelta/receipt Sun Feb 27 01:37:01 2011 +0100 1.3 @@ -12,6 +12,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + [ -d $PACKAGE$VERSION ] && mv $PACKAGE$VERSION $PACKAGE-$VERSION 1.8 cd $src 1.9 make 1.10 }