wok-6.x rev 11138
Up: xdelta to 3.0.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 26 21:01:28 2011 +0000 (2011-10-26) |
parents | 6fdfd3438145 |
children | 3419fd419665 |
files | xdelta/receipt |
line diff
1.1 --- a/xdelta/receipt Wed Oct 26 20:59:48 2011 +0000 1.2 +++ b/xdelta/receipt Wed Oct 26 21:01:28 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xdelta" 1.7 -VERSION="3.0z" 1.8 +VERSION="3.0.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Binary diff, VCDIFF/RFC 3284 delta compression." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -12,7 +12,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - [ -d $PACKAGE$VERSION ] && mv $PACKAGE$VERSION $PACKAGE-$VERSION 1.17 cd $src 1.18 make 1.19 }