wok diff linux-video/receipt @ rev 3040

Add keepassx password manager
author Rohit Joshi <jozee@slitaz.org>
date Tue May 12 13:20:03 2009 +0000 (2009-05-12)
parents f306d126580e
children d91bf195bd16
line diff
     1.1 --- a/linux-video/receipt	Thu May 07 09:37:08 2009 +0200
     1.2 +++ b/linux-video/receipt	Tue May 12 13:20:03 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-video"
     1.7 -VERSION="2.6.25.5"
     1.8 +VERSION="2.6.29.3"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux kernel video modules."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -17,7 +17,8 @@
    1.13      mkdir -p $fs/$path
    1.14      export src
    1.15      export _pkg
    1.16 -    $src/list_modules.sh drivers/media/video drivers/video | \
    1.17 +    $src/list_modules.sh drivers/media/video drivers/video \
    1.18 +	drivers/gpio/bt8xxgpio.ko.gz | \
    1.19      while read module; do
    1.20      	dir=$path/$(dirname $module)
    1.21      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    1.22 @@ -28,7 +29,7 @@
    1.23  # Post install/remove commands for Tazpkg.
    1.24  post_install()
    1.25  {
    1.26 - 	chroot "$1/" depmod -a $VERSION-slitaz
    1.27 +	chroot "$1/" depmod -a $VERSION-slitaz
    1.28  }
    1.29  
    1.30  post_remove()