# HG changeset patch # User Christopher Rogers # Date 1319662888 0 # Node ID 1150292a1c4b52f27842eda774009ed725323dba # Parent 6fdfd343814523236cfe600586843bd43a2320b1 Up: xdelta to 3.0.0. diff -r 6fdfd3438145 -r 1150292a1c4b xdelta/receipt --- a/xdelta/receipt Wed Oct 26 20:59:48 2011 +0000 +++ b/xdelta/receipt Wed Oct 26 21:01:28 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xdelta" -VERSION="3.0z" +VERSION="3.0.0" CATEGORY="system-tools" SHORT_DESC="Binary diff, VCDIFF/RFC 3284 delta compression." MAINTAINER="pascal.bellard@slitaz.org" @@ -12,7 +12,6 @@ # Rules to configure and make the package. compile_rules() { - [ -d $PACKAGE$VERSION ] && mv $PACKAGE$VERSION $PACKAGE-$VERSION cd $src make }