wok diff linux64-staging/receipt @ rev 17220

Up liblxqt (0.8.0).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 14 15:37:52 2014 +0300 (2014-10-14)
parents 765487dd22da
children 4ad2325946cd
line diff
     1.1 --- a/linux64-staging/receipt	Sun Aug 17 09:56:09 2014 +0200
     1.2 +++ b/linux64-staging/receipt	Tue Oct 14 15:37:52 2014 +0300
     1.3 @@ -38,10 +38,10 @@
     1.4  # Post install/remove commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	chroot "$root/" depmod -a $VERSION-slitaz
     1.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
     1.9  }
    1.10  
    1.11  post_remove()
    1.12  {
    1.13 -	chroot "$root/" depmod -a $VERSION-slitaz
    1.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
    1.15  }