wok diff unison/receipt @ rev 20334

Do not use efi shell (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 02 16:13:06 2018 +0200 (2018-06-02)
parents 23c3aed67cd9
children 73968a7f1da9
line diff
     1.1 --- a/unison/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/unison/receipt	Sat Jun 02 16:13:06 2018 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="unison"
     1.7 -VERSION="2.40.102"
     1.8 +VERSION="2.48.3"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="File-synchronization tool."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -15,8 +15,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17 -	CFLAGS="" make UISTYLE=text
    1.18 +	CFLAGS="" make UISTYLE=text unison
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22 @@ -25,4 +24,3 @@
    1.23  	mkdir -p $fs/usr/bin
    1.24  	cp -a $src/unison $fs/usr/bin
    1.25  }
    1.26 -