wok diff compcache/receipt @ rev 3042
Add gphoto
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue May 12 16:59:49 2009 +0000 (2009-05-12) |
parents | 2fea1271d9d2 |
children | aae73869c238 |
line diff
1.1 --- a/compcache/receipt Sun Feb 22 11:19:51 2009 +0100 1.2 +++ b/compcache/receipt Tue May 12 16:59:49 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()