wok diff activesupport/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents 25876cc3b5fc
children 2a5cc8208d36
line diff
     1.1 --- a/activesupport/receipt	Thu Nov 03 00:06:56 2011 +0000
     1.2 +++ b/activesupport/receipt	Wed Jan 09 01:13:47 2013 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="activesupport"
     1.7 -VERSION="3.1.1"
     1.8 +VERSION="3.2.6"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Database tables mapping to Ruby classes"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -22,5 +22,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	cp -a $_pkg/usr $fs
    1.17 +	cp -a $install/usr $fs
    1.18  }
    1.19 \ No newline at end of file