wok diff tiff-apps/receipt @ rev 13466

libmtp: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 08 11:47:11 2012 +0200 (2012-10-08)
parents 53da4d85cdb3
children de49f29b101e
line diff
     1.1 --- a/tiff-apps/receipt	Mon May 28 10:16:53 2012 +0200
     1.2 +++ b/tiff-apps/receipt	Mon Oct 08 11:47:11 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tiff-apps"
     1.7 -VERSION="4.0.0"
     1.8 +VERSION="4.0.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="TIFF images manipulation cli applications. (Check tiff for libs)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -13,5 +13,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15      mkdir -p $fs/usr
    1.16 -    cp -a $_pkg/usr/bin $fs/usr
    1.17 +    cp -a $install/usr/bin $fs/usr
    1.18  }