wok-next diff unison/receipt @ rev 18472

ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 01:10:26 2015 +0300 (2015-10-05)
parents 23c3aed67cd9
children da9e80c5d4bb
line diff
     1.1 --- a/unison/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/unison/receipt	Mon Oct 05 01:10:26 2015 +0300
     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 -