wok diff linux-video/receipt @ rev 8954

Fix links. It only needed xorg-libXt-dev not xorg-dev.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 01 17:48:58 2011 +0000 (2011-03-01)
parents 03d4663c81fa
children 6f536abe4f0b
line diff
     1.1 --- a/linux-video/receipt	Sat Jan 22 01:56:16 2011 +0000
     1.2 +++ b/linux-video/receipt	Tue Mar 01 17:48:58 2011 +0000
     1.3 @@ -35,6 +35,6 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	depmod -a $VERSION-slitaz
     1.8 +	chroot "$1/" depmod -a $VERSION-slitaz
     1.9  }
    1.10