wok diff linux64-jfs/receipt @ rev 17157

syslinux: fix rockridge (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 15 23:31:45 2014 +0200 (2014-09-15)
parents 765487dd22da
children 4ad2325946cd
line diff
     1.1 --- a/linux64-jfs/receipt	Sun Aug 17 09:56:09 2014 +0200
     1.2 +++ b/linux64-jfs/receipt	Mon Sep 15 23:31:45 2014 +0200
     1.3 @@ -34,11 +34,11 @@
     1.4  {
     1.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
     1.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
     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  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
    1.14 -	chroot "$root/" depmod -a $VERSION-slitaz
    1.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
    1.16  }