wok-6.x diff compcache/receipt @ rev 3487

Up: audacious-plugins, fix: receipt, compile-options (and mp3 works now)
author Rohit Joshi <jozee@slitaz.org>
date Wed Jun 17 16:26:37 2009 +0000 (2009-06-17)
parents 2fea1271d9d2
children aae73869c238
line diff
     1.1 --- a/compcache/receipt	Sun Feb 22 11:19:51 2009 +0100
     1.2 +++ b/compcache/receipt	Wed Jun 17 16:26:37 2009 +0000
     1.3 @@ -8,6 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://code.google.com/p/compcache/"
     1.6  WGET_URL="http://compcache.googlecode.com/files/$TARBALL"
     1.7 +DEPENDS="linux"
     1.8  BUILD_DEPENDS="lzma"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11 @@ -47,7 +48,7 @@
    1.12  post_install()
    1.13  {
    1.14      echo "Processing post-install commands..."
    1.15 -    depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz
    1.16 +    chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.17  }
    1.18  
    1.19  post_remove()