wok-6.x diff unison/receipt @ rev 18697
Fix pilot-link(-dev) packaging
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Mon Dec 14 09:55:05 2015 +0100 (2015-12-14) |
parents | 23c3aed67cd9 |
children | 73968a7f1da9 |
line diff
1.1 --- a/unison/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/unison/receipt Mon Dec 14 09:55:05 2015 +0100 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 -