wok-4.x rev 8274
fix xdelta (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 30 11:55:11 2011 +0100 (2011-01-30) |
parents | a512bd9350d3 |
children | 8ba3c34c9fe5 |
files | xdelta/receipt |
line diff
1.1 --- a/xdelta/receipt Sun Jan 30 03:08:26 2011 +0000 1.2 +++ b/xdelta/receipt Sun Jan 30 11:55:11 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 }