wok diff tiff-dev/receipt @ rev 14080

udisks: update deps - busybox mount does not understand the -o uhelper=udisks2 spawned by udisks
author ernia <monghitri@aruba.it>
date Fri Feb 22 17:25:25 2013 +0000 (2013-02-22)
parents 53da4d85cdb3
children de49f29b101e
line diff
     1.1 --- a/tiff-dev/receipt	Mon May 28 10:16:53 2012 +0200
     1.2 +++ b/tiff-dev/receipt	Fri Feb 22 17:25:25 2013 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tiff-dev"
     1.7 -VERSION="4.0.0"
     1.8 +VERSION="4.0.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="TIFF images libs devel files. (Check tiff-apps for utilities)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -13,6 +13,6 @@
    1.13  genpkg_rules()
    1.14  {
    1.15      mkdir -p $fs/usr/lib
    1.16 -    cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.17 -    cp -a $_pkg/usr/include $fs/usr
    1.18 +    cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.19 +    cp -a $install/usr/include $fs/usr
    1.20  }