wok rev 17032

linux64: new module path (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 17 14:30:25 2014 +0200 (2014-08-17)
parents 765487dd22da
children 6c69cec5b70f
files linux64-acpi/receipt linux64-agp/receipt linux64-aoe/receipt linux64-appletalk/receipt linux64-arcnet/receipt linux64-autofs/receipt linux64-bluetooth/receipt linux64-bridge/receipt linux64-btrfs/receipt linux64-cifs/receipt linux64-coda/receipt linux64-configfs/receipt linux64-cpufreq/receipt linux64-cramfs/receipt linux64-crypto/receipt linux64-cryptoloop/receipt linux64-dialup/receipt linux64-dlm/receipt linux64-drm/receipt linux64-firewire/receipt linux64-gfs2/receipt linux64-hfs/receipt linux64-hfsplus/receipt linux64-hwmon/receipt linux64-input-misc/receipt linux64-input-tablet/receipt linux64-input-touchscreen/receipt linux64-ipv6/receipt linux64-irda/receipt linux64-isdn/receipt linux64-jfs/receipt linux64-joystick/receipt linux64-kvm/receipt linux64-logfs/receipt linux64-md/receipt linux64-media/receipt linux64-memstick/receipt linux64-minix/receipt linux64-mmc/receipt linux64-mwave/receipt linux64-nbd/receipt linux64-ncpfs/receipt linux64-netfilter/receipt linux64-nfsd/receipt linux64-ocfs2/receipt linux64-radio/receipt linux64-reiserfs/receipt linux64-sched/receipt linux64-scsi/receipt linux64-sound/receipt linux64-speakup/receipt linux64-squashfs/receipt linux64-staging/receipt linux64-usb-misc/receipt linux64-usbdsl/receipt linux64-usbip/receipt linux64-uwb/receipt linux64-video/receipt linux64-wan/receipt linux64-wimax/receipt linux64-wireless/receipt linux64-without-modules/receipt linux64-zram/receipt linux64/receipt
line diff
     1.1 --- a/linux64-acpi/receipt	Sun Aug 17 09:56:09 2014 +0200
     1.2 +++ b/linux64-acpi/receipt	Sun Aug 17 14:30:25 2014 +0200
     1.3 @@ -37,11 +37,11 @@
     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  }
    1.16  
     2.1 --- a/linux64-agp/receipt	Sun Aug 17 09:56:09 2014 +0200
     2.2 +++ b/linux64-agp/receipt	Sun Aug 17 14:30:25 2014 +0200
     2.3 @@ -36,11 +36,11 @@
     2.4  # Post install/remove commands for Tazpkg.
     2.5  post_install()
     2.6  {
     2.7 -	chroot "$root/" depmod -a $VERSION-slitaz
     2.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
     2.9  }
    2.10  
    2.11  post_remove()
    2.12  {
    2.13 -	chroot "$root/" depmod -a $VERSION-slitaz
    2.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
    2.15  }
    2.16  
     3.1 --- a/linux64-aoe/receipt	Sun Aug 17 09:56:09 2014 +0200
     3.2 +++ b/linux64-aoe/receipt	Sun Aug 17 14:30:25 2014 +0200
     3.3 @@ -31,11 +31,11 @@
     3.4  # Post install/remove commands for Tazpkg.
     3.5  post_install()
     3.6  {
     3.7 -	chroot "$root/" depmod -a $VERSION-slitaz
     3.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
     3.9  }
    3.10  
    3.11  post_remove()
    3.12  {
    3.13 -	chroot "$root/" depmod -a $VERSION-slitaz
    3.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
    3.15  }
    3.16  
     4.1 --- a/linux64-appletalk/receipt	Sun Aug 17 09:56:09 2014 +0200
     4.2 +++ b/linux64-appletalk/receipt	Sun Aug 17 14:30:25 2014 +0200
     4.3 @@ -39,11 +39,11 @@
     4.4  # Post install/remove commands for Tazpkg.
     4.5  post_install()
     4.6  {
     4.7 -	chroot "$root/" depmod -a $VERSION-slitaz
     4.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
     4.9  }
    4.10  
    4.11  post_remove()
    4.12  {
    4.13 -	chroot "$root/" depmod -a $VERSION-slitaz
    4.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
    4.15  }
    4.16  
     5.1 --- a/linux64-arcnet/receipt	Sun Aug 17 09:56:09 2014 +0200
     5.2 +++ b/linux64-arcnet/receipt	Sun Aug 17 14:30:25 2014 +0200
     5.3 @@ -39,10 +39,10 @@
     5.4  # Post install/remove commands for Tazpkg.
     5.5  post_install()
     5.6  {
     5.7 -	chroot "$root/" depmod -a $VERSION-slitaz
     5.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
     5.9  }
    5.10  
    5.11  post_remove()
    5.12  {
    5.13 -	chroot "$root/" depmod -a $VERSION-slitaz
    5.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
    5.15  }
     6.1 --- a/linux64-autofs/receipt	Sun Aug 17 09:56:09 2014 +0200
     6.2 +++ b/linux64-autofs/receipt	Sun Aug 17 14:30:25 2014 +0200
     6.3 @@ -34,12 +34,12 @@
     6.4  {
     6.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
     6.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
     6.7 -	chroot "$root/" depmod -a $VERSION-slitaz
     6.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
     6.9  }
    6.10  
    6.11  post_remove()
    6.12  {
    6.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
    6.14 -	chroot "$root/" depmod -a $VERSION-slitaz
    6.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
    6.16  }
    6.17  
     7.1 --- a/linux64-bluetooth/receipt	Sun Aug 17 09:56:09 2014 +0200
     7.2 +++ b/linux64-bluetooth/receipt	Sun Aug 17 14:30:25 2014 +0200
     7.3 @@ -36,11 +36,11 @@
     7.4  # Post install/remove commands for Tazpkg.
     7.5  post_install()
     7.6  {
     7.7 -	chroot "$root/" depmod -a $VERSION-slitaz
     7.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
     7.9  }
    7.10  
    7.11  post_remove()
    7.12  {
    7.13 -	chroot "$root/" depmod -a $VERSION-slitaz
    7.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
    7.15  }
    7.16  
     8.1 --- a/linux64-bridge/receipt	Sun Aug 17 09:56:09 2014 +0200
     8.2 +++ b/linux64-bridge/receipt	Sun Aug 17 14:30:25 2014 +0200
     8.3 @@ -36,11 +36,11 @@
     8.4  # Post install/remove commands for Tazpkg.
     8.5  post_install()
     8.6  {
     8.7 -	chroot "$root/" depmod -a $VERSION-slitaz
     8.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
     8.9  }
    8.10  
    8.11  post_remove()
    8.12  {
    8.13 -	chroot "$root/" depmod -a $VERSION-slitaz
    8.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
    8.15  }
    8.16  
     9.1 --- a/linux64-btrfs/receipt	Sun Aug 17 09:56:09 2014 +0200
     9.2 +++ b/linux64-btrfs/receipt	Sun Aug 17 14:30:25 2014 +0200
     9.3 @@ -40,12 +40,12 @@
     9.4  {
     9.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
     9.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
     9.7 -	chroot "$root/" depmod -a $VERSION-slitaz
     9.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
     9.9  }
    9.10  
    9.11  post_remove()
    9.12  {
    9.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
    9.14 -	chroot "$root/" depmod -a $VERSION-slitaz
    9.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
    9.16  }
    9.17  
    10.1 --- a/linux64-cifs/receipt	Sun Aug 17 09:56:09 2014 +0200
    10.2 +++ b/linux64-cifs/receipt	Sun Aug 17 14:30:25 2014 +0200
    10.3 @@ -34,12 +34,12 @@
    10.4  {
    10.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    10.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    10.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    10.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    10.9  }
   10.10  
   10.11  post_remove()
   10.12  {
   10.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   10.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   10.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   10.16  }
   10.17  
    11.1 --- a/linux64-coda/receipt	Sun Aug 17 09:56:09 2014 +0200
    11.2 +++ b/linux64-coda/receipt	Sun Aug 17 14:30:25 2014 +0200
    11.3 @@ -34,12 +34,12 @@
    11.4  {
    11.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    11.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    11.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    11.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    11.9  }
   11.10  
   11.11  post_remove()
   11.12  {
   11.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   11.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   11.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   11.16  }
   11.17  
    12.1 --- a/linux64-configfs/receipt	Sun Aug 17 09:56:09 2014 +0200
    12.2 +++ b/linux64-configfs/receipt	Sun Aug 17 14:30:25 2014 +0200
    12.3 @@ -34,12 +34,12 @@
    12.4  {
    12.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    12.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    12.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    12.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    12.9  }
   12.10  
   12.11  post_remove()
   12.12  {
   12.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   12.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   12.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   12.16  }
   12.17  
    13.1 --- a/linux64-cpufreq/receipt	Sun Aug 17 09:56:09 2014 +0200
    13.2 +++ b/linux64-cpufreq/receipt	Sun Aug 17 14:30:25 2014 +0200
    13.3 @@ -31,11 +31,11 @@
    13.4  # Post install/remove commands for Tazpkg.
    13.5  post_install()
    13.6  {
    13.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    13.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    13.9  }
   13.10  
   13.11  post_remove()
   13.12  {
   13.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   13.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   13.15  }
   13.16  
    14.1 --- a/linux64-cramfs/receipt	Sun Aug 17 09:56:09 2014 +0200
    14.2 +++ b/linux64-cramfs/receipt	Sun Aug 17 14:30:25 2014 +0200
    14.3 @@ -34,12 +34,12 @@
    14.4  {
    14.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    14.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    14.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    14.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    14.9  }
   14.10  
   14.11  post_remove()
   14.12  {
   14.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   14.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   14.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   14.16  }
   14.17  
    15.1 --- a/linux64-crypto/receipt	Sun Aug 17 09:56:09 2014 +0200
    15.2 +++ b/linux64-crypto/receipt	Sun Aug 17 14:30:25 2014 +0200
    15.3 @@ -37,11 +37,11 @@
    15.4  # Post install/remove commands for Tazpkg.
    15.5  post_install()
    15.6  {
    15.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    15.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    15.9  }
   15.10  
   15.11  post_remove()
   15.12  {
   15.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   15.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   15.15  }
   15.16  
    16.1 --- a/linux64-cryptoloop/receipt	Sun Aug 17 09:56:09 2014 +0200
    16.2 +++ b/linux64-cryptoloop/receipt	Sun Aug 17 14:30:25 2014 +0200
    16.3 @@ -31,11 +31,11 @@
    16.4  # Post install/remove commands for Tazpkg.
    16.5  post_install()
    16.6  {
    16.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    16.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    16.9  }
   16.10  
   16.11  post_remove()
   16.12  {
   16.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   16.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   16.15  }
   16.16  
    17.1 --- a/linux64-dialup/receipt	Sun Aug 17 09:56:09 2014 +0200
    17.2 +++ b/linux64-dialup/receipt	Sun Aug 17 14:30:25 2014 +0200
    17.3 @@ -38,11 +38,11 @@
    17.4  # Post install/remove commands for Tazpkg.
    17.5  post_install()
    17.6  {
    17.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    17.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    17.9  }
   17.10  
   17.11  post_remove()
   17.12  {
   17.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   17.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   17.15  }
   17.16  
    18.1 --- a/linux64-dlm/receipt	Sun Aug 17 09:56:09 2014 +0200
    18.2 +++ b/linux64-dlm/receipt	Sun Aug 17 14:30:25 2014 +0200
    18.3 @@ -35,12 +35,12 @@
    18.4  {
    18.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    18.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    18.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    18.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    18.9  }
   18.10  
   18.11  post_remove()
   18.12  {
   18.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   18.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   18.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   18.16  }
   18.17  
    19.1 --- a/linux64-drm/receipt	Sun Aug 17 09:56:09 2014 +0200
    19.2 +++ b/linux64-drm/receipt	Sun Aug 17 14:30:25 2014 +0200
    19.3 @@ -41,11 +41,11 @@
    19.4  # Post install/remove commands for Tazpkg.
    19.5  post_install()
    19.6  {
    19.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    19.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    19.9  }
   19.10  
   19.11  post_remove()
   19.12  {
   19.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   19.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   19.15  }
   19.16  
    20.1 --- a/linux64-firewire/receipt	Sun Aug 17 09:56:09 2014 +0200
    20.2 +++ b/linux64-firewire/receipt	Sun Aug 17 14:30:25 2014 +0200
    20.3 @@ -30,11 +30,11 @@
    20.4  # Post install/remove commands for Tazpkg.
    20.5  post_install()
    20.6  {
    20.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    20.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    20.9  }
   20.10  
   20.11  post_remove()
   20.12  {
   20.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   20.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   20.15  }
   20.16  
    21.1 --- a/linux64-gfs2/receipt	Sun Aug 17 09:56:09 2014 +0200
    21.2 +++ b/linux64-gfs2/receipt	Sun Aug 17 14:30:25 2014 +0200
    21.3 @@ -34,12 +34,12 @@
    21.4  {
    21.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    21.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    21.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    21.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    21.9  }
   21.10  
   21.11  post_remove()
   21.12  {
   21.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   21.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   21.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   21.16  }
   21.17  
    22.1 --- a/linux64-hfs/receipt	Sun Aug 17 09:56:09 2014 +0200
    22.2 +++ b/linux64-hfs/receipt	Sun Aug 17 14:30:25 2014 +0200
    22.3 @@ -34,12 +34,12 @@
    22.4  {
    22.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    22.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    22.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    22.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    22.9  }
   22.10  
   22.11  post_remove()
   22.12  {
   22.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   22.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   22.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   22.16  }
   22.17  
    23.1 --- a/linux64-hfsplus/receipt	Sun Aug 17 09:56:09 2014 +0200
    23.2 +++ b/linux64-hfsplus/receipt	Sun Aug 17 14:30:25 2014 +0200
    23.3 @@ -34,11 +34,11 @@
    23.4  {
    23.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    23.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    23.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    23.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    23.9  }
   23.10  
   23.11  post_remove()
   23.12  {
   23.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   23.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   23.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   23.16  }
    24.1 --- a/linux64-hwmon/receipt	Sun Aug 17 09:56:09 2014 +0200
    24.2 +++ b/linux64-hwmon/receipt	Sun Aug 17 14:30:25 2014 +0200
    24.3 @@ -36,11 +36,11 @@
    24.4  # Post install/remove commands for Tazpkg.
    24.5  post_install()
    24.6  {
    24.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    24.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    24.9  }
   24.10  
   24.11  post_remove()
   24.12  {
   24.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   24.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   24.15  }
   24.16  
    25.1 --- a/linux64-input-misc/receipt	Sun Aug 17 09:56:09 2014 +0200
    25.2 +++ b/linux64-input-misc/receipt	Sun Aug 17 14:30:25 2014 +0200
    25.3 @@ -36,11 +36,11 @@
    25.4  # Post install/remove commands for Tazpkg.
    25.5  post_install()
    25.6  {
    25.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    25.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    25.9  }
   25.10  
   25.11  post_remove()
   25.12  {
   25.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   25.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   25.15  }
   25.16  
    26.1 --- a/linux64-input-tablet/receipt	Sun Aug 17 09:56:09 2014 +0200
    26.2 +++ b/linux64-input-tablet/receipt	Sun Aug 17 14:30:25 2014 +0200
    26.3 @@ -31,11 +31,11 @@
    26.4  # Post install/remove commands for Tazpkg.
    26.5  post_install()
    26.6  {
    26.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    26.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    26.9  }
   26.10  
   26.11  post_remove()
   26.12  {
   26.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   26.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   26.15  }
   26.16  
    27.1 --- a/linux64-input-touchscreen/receipt	Sun Aug 17 09:56:09 2014 +0200
    27.2 +++ b/linux64-input-touchscreen/receipt	Sun Aug 17 14:30:25 2014 +0200
    27.3 @@ -37,11 +37,11 @@
    27.4  # Post install/remove commands for Tazpkg.
    27.5  post_install()
    27.6  {
    27.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    27.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    27.9  }
   27.10  
   27.11  post_remove()
   27.12  {
   27.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   27.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   27.15  }
   27.16  
    28.1 --- a/linux64-ipv6/receipt	Sun Aug 17 09:56:09 2014 +0200
    28.2 +++ b/linux64-ipv6/receipt	Sun Aug 17 14:30:25 2014 +0200
    28.3 @@ -36,11 +36,11 @@
    28.4  # Post install/remove commands for Tazpkg.
    28.5  post_install()
    28.6  {
    28.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    28.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    28.9  }
   28.10  
   28.11  post_remove()
   28.12  {
   28.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   28.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   28.15  }
   28.16  
    29.1 --- a/linux64-irda/receipt	Sun Aug 17 09:56:09 2014 +0200
    29.2 +++ b/linux64-irda/receipt	Sun Aug 17 14:30:25 2014 +0200
    29.3 @@ -32,11 +32,11 @@
    29.4  # Post install/remove commands for Tazpkg.
    29.5  post_install()
    29.6  {
    29.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    29.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    29.9  }
   29.10  
   29.11  post_remove()
   29.12  {
   29.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   29.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   29.15  }
   29.16  
    30.1 --- a/linux64-isdn/receipt	Sun Aug 17 09:56:09 2014 +0200
    30.2 +++ b/linux64-isdn/receipt	Sun Aug 17 14:30:25 2014 +0200
    30.3 @@ -36,11 +36,11 @@
    30.4  # Post install/remove commands for Tazpkg.
    30.5  post_install()
    30.6  {
    30.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    30.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    30.9  }
   30.10  
   30.11  post_remove()
   30.12  {
   30.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   30.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   30.15  }
   30.16  
    31.1 --- a/linux64-jfs/receipt	Sun Aug 17 09:56:09 2014 +0200
    31.2 +++ b/linux64-jfs/receipt	Sun Aug 17 14:30:25 2014 +0200
    31.3 @@ -34,11 +34,11 @@
    31.4  {
    31.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    31.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    31.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    31.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    31.9  }
   31.10  
   31.11  post_remove()
   31.12  {
   31.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   31.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   31.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   31.16  }
    32.1 --- a/linux64-joystick/receipt	Sun Aug 17 09:56:09 2014 +0200
    32.2 +++ b/linux64-joystick/receipt	Sun Aug 17 14:30:25 2014 +0200
    32.3 @@ -38,11 +38,11 @@
    32.4  # Post install/remove commands for Tazpkg.
    32.5  post_install()
    32.6  {
    32.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    32.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    32.9  }
   32.10  
   32.11  post_remove()
   32.12  {
   32.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   32.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   32.15  }
   32.16  
    33.1 --- a/linux64-kvm/receipt	Sun Aug 17 09:56:09 2014 +0200
    33.2 +++ b/linux64-kvm/receipt	Sun Aug 17 14:30:25 2014 +0200
    33.3 @@ -34,11 +34,11 @@
    33.4  # Post install/remove commands for Tazpkg.
    33.5  post_install()
    33.6  {
    33.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    33.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    33.9  }
   33.10  
   33.11  post_remove()
   33.12  {
   33.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   33.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   33.15  }
   33.16  
    34.1 --- a/linux64-logfs/receipt	Sun Aug 17 09:56:09 2014 +0200
    34.2 +++ b/linux64-logfs/receipt	Sun Aug 17 14:30:25 2014 +0200
    34.3 @@ -34,12 +34,12 @@
    34.4  {
    34.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    34.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    34.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    34.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    34.9  }
   34.10  
   34.11  post_remove()
   34.12  {
   34.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   34.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   34.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   34.16  }
   34.17  
    35.1 --- a/linux64-md/receipt	Sun Aug 17 09:56:09 2014 +0200
    35.2 +++ b/linux64-md/receipt	Sun Aug 17 14:30:25 2014 +0200
    35.3 @@ -40,11 +40,11 @@
    35.4  # Post install/remove commands for Tazpkg.
    35.5  post_install()
    35.6  {
    35.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    35.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    35.9  }
   35.10  
   35.11  post_remove()
   35.12  {
   35.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   35.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   35.15  }
   35.16  
    36.1 --- a/linux64-media/receipt	Sun Aug 17 09:56:09 2014 +0200
    36.2 +++ b/linux64-media/receipt	Sun Aug 17 14:30:25 2014 +0200
    36.3 @@ -37,10 +37,10 @@
    36.4  # Post install/remove commands for Tazpkg.
    36.5  post_install()
    36.6  {
    36.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    36.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    36.9  }
   36.10  
   36.11  post_remove()
   36.12  {
   36.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   36.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   36.15  }
    37.1 --- a/linux64-memstick/receipt	Sun Aug 17 09:56:09 2014 +0200
    37.2 +++ b/linux64-memstick/receipt	Sun Aug 17 14:30:25 2014 +0200
    37.3 @@ -38,11 +38,11 @@
    37.4  # Post install/remove commands for Tazpkg.
    37.5  post_install()
    37.6  {
    37.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    37.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    37.9  }
   37.10  
   37.11  post_remove()
   37.12  {
   37.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   37.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   37.15  }
   37.16  
    38.1 --- a/linux64-minix/receipt	Sun Aug 17 09:56:09 2014 +0200
    38.2 +++ b/linux64-minix/receipt	Sun Aug 17 14:30:25 2014 +0200
    38.3 @@ -34,12 +34,12 @@
    38.4  {
    38.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    38.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    38.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    38.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    38.9  }
   38.10  
   38.11  post_remove()
   38.12  {
   38.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   38.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   38.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   38.16  }
   38.17  
    39.1 --- a/linux64-mmc/receipt	Sun Aug 17 09:56:09 2014 +0200
    39.2 +++ b/linux64-mmc/receipt	Sun Aug 17 14:30:25 2014 +0200
    39.3 @@ -37,11 +37,11 @@
    39.4  # Post install/remove commands for Tazpkg.
    39.5  post_install()
    39.6  {
    39.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    39.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    39.9  }
   39.10  
   39.11  post_remove()
   39.12  {
   39.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   39.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   39.15  }
   39.16  
    40.1 --- a/linux64-mwave/receipt	Sun Aug 17 09:56:09 2014 +0200
    40.2 +++ b/linux64-mwave/receipt	Sun Aug 17 14:30:25 2014 +0200
    40.3 @@ -30,11 +30,11 @@
    40.4  # Post install/remove commands for Tazpkg.
    40.5  post_install()
    40.6  {
    40.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    40.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    40.9  }
   40.10  
   40.11  post_remove()
   40.12  {
   40.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   40.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   40.15  }
   40.16  
    41.1 --- a/linux64-nbd/receipt	Sun Aug 17 09:56:09 2014 +0200
    41.2 +++ b/linux64-nbd/receipt	Sun Aug 17 14:30:25 2014 +0200
    41.3 @@ -32,11 +32,11 @@
    41.4  # Post install/remove commands for Tazpkg.
    41.5  post_install()
    41.6  {
    41.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    41.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    41.9  }
   41.10  
   41.11  post_remove()
   41.12  {
   41.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   41.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   41.15  }
   41.16  
    42.1 --- a/linux64-ncpfs/receipt	Sun Aug 17 09:56:09 2014 +0200
    42.2 +++ b/linux64-ncpfs/receipt	Sun Aug 17 14:30:25 2014 +0200
    42.3 @@ -34,12 +34,12 @@
    42.4  {
    42.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    42.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    42.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    42.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    42.9  }
   42.10  
   42.11  post_remove()
   42.12  {
   42.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   42.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   42.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   42.16  }
   42.17  
    43.1 --- a/linux64-netfilter/receipt	Sun Aug 17 09:56:09 2014 +0200
    43.2 +++ b/linux64-netfilter/receipt	Sun Aug 17 14:30:25 2014 +0200
    43.3 @@ -40,11 +40,11 @@
    43.4  # Post install/remove commands for Tazpkg.
    43.5  post_install()
    43.6  {
    43.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    43.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    43.9  }
   43.10  
   43.11  post_remove()
   43.12  {
   43.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   43.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   43.15  }
   43.16  
    44.1 --- a/linux64-nfsd/receipt	Sun Aug 17 09:56:09 2014 +0200
    44.2 +++ b/linux64-nfsd/receipt	Sun Aug 17 14:30:25 2014 +0200
    44.3 @@ -34,12 +34,12 @@
    44.4  {
    44.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    44.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    44.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    44.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    44.9  }
   44.10  
   44.11  post_remove()
   44.12  {
   44.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   44.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   44.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   44.16  }
   44.17  
    45.1 --- a/linux64-ocfs2/receipt	Sun Aug 17 09:56:09 2014 +0200
    45.2 +++ b/linux64-ocfs2/receipt	Sun Aug 17 14:30:25 2014 +0200
    45.3 @@ -38,10 +38,10 @@
    45.4  # Post install/remove commands for Tazpkg.
    45.5  post_install()
    45.6  {
    45.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    45.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    45.9  }
   45.10  
   45.11  post_remove()
   45.12  {
   45.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   45.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   45.15  }
    46.1 --- a/linux64-radio/receipt	Sun Aug 17 09:56:09 2014 +0200
    46.2 +++ b/linux64-radio/receipt	Sun Aug 17 14:30:25 2014 +0200
    46.3 @@ -39,11 +39,11 @@
    46.4  # Post install/remove commands for Tazpkg.
    46.5  post_install()
    46.6  {
    46.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    46.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    46.9  }
   46.10  
   46.11  post_remove()
   46.12  {
   46.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   46.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   46.15  }
   46.16  
    47.1 --- a/linux64-reiserfs/receipt	Sun Aug 17 09:56:09 2014 +0200
    47.2 +++ b/linux64-reiserfs/receipt	Sun Aug 17 14:30:25 2014 +0200
    47.3 @@ -34,12 +34,12 @@
    47.4  {
    47.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    47.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    47.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    47.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    47.9  }
   47.10  
   47.11  post_remove()
   47.12  {
   47.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   47.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   47.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   47.16  }
   47.17  
    48.1 --- a/linux64-sched/receipt	Sun Aug 17 09:56:09 2014 +0200
    48.2 +++ b/linux64-sched/receipt	Sun Aug 17 14:30:25 2014 +0200
    48.3 @@ -32,11 +32,11 @@
    48.4  # Post install/remove commands for Tazpkg.
    48.5  post_install()
    48.6  {
    48.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    48.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    48.9  }
   48.10  
   48.11  post_remove()
   48.12  {
   48.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   48.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   48.15  }
   48.16  
    49.1 --- a/linux64-scsi/receipt	Sun Aug 17 09:56:09 2014 +0200
    49.2 +++ b/linux64-scsi/receipt	Sun Aug 17 14:30:25 2014 +0200
    49.3 @@ -30,11 +30,11 @@
    49.4  # Post install/remove commands for Tazpkg.
    49.5  post_install()
    49.6  {
    49.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    49.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    49.9  }
   49.10  
   49.11  post_remove()
   49.12  {
   49.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   49.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   49.15  }
   49.16  
    50.1 --- a/linux64-sound/receipt	Sun Aug 17 09:56:09 2014 +0200
    50.2 +++ b/linux64-sound/receipt	Sun Aug 17 14:30:25 2014 +0200
    50.3 @@ -41,11 +41,11 @@
    50.4  # Post install/remove commands for Tazpkg.
    50.5  post_install()
    50.6  {
    50.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    50.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    50.9  }
   50.10  
   50.11  post_remove()
   50.12  {
   50.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   50.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   50.15  }
   50.16  
    51.1 --- a/linux64-speakup/receipt	Sun Aug 17 09:56:09 2014 +0200
    51.2 +++ b/linux64-speakup/receipt	Sun Aug 17 14:30:25 2014 +0200
    51.3 @@ -36,11 +36,11 @@
    51.4  # Post install/remove commands for Tazpkg.
    51.5  post_install()
    51.6  {
    51.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    51.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    51.9  }
   51.10  
   51.11  post_remove()
   51.12  {
   51.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   51.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   51.15  }
   51.16  
    52.1 --- a/linux64-squashfs/receipt	Sun Aug 17 09:56:09 2014 +0200
    52.2 +++ b/linux64-squashfs/receipt	Sun Aug 17 14:30:25 2014 +0200
    52.3 @@ -34,12 +34,12 @@
    52.4  {
    52.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    52.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    52.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    52.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    52.9  }
   52.10  
   52.11  post_remove()
   52.12  {
   52.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   52.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   52.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   52.16  }
   52.17  
    53.1 --- a/linux64-staging/receipt	Sun Aug 17 09:56:09 2014 +0200
    53.2 +++ b/linux64-staging/receipt	Sun Aug 17 14:30:25 2014 +0200
    53.3 @@ -38,10 +38,10 @@
    53.4  # Post install/remove commands for Tazpkg.
    53.5  post_install()
    53.6  {
    53.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    53.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    53.9  }
   53.10  
   53.11  post_remove()
   53.12  {
   53.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   53.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   53.15  }
    54.1 --- a/linux64-usb-misc/receipt	Sun Aug 17 09:56:09 2014 +0200
    54.2 +++ b/linux64-usb-misc/receipt	Sun Aug 17 14:30:25 2014 +0200
    54.3 @@ -31,11 +31,11 @@
    54.4  # Post install/remove commands for Tazpkg.
    54.5  post_install()
    54.6  {
    54.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    54.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    54.9  }
   54.10  
   54.11  post_remove()
   54.12  {
   54.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   54.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   54.15  }
   54.16  
    55.1 --- a/linux64-usbdsl/receipt	Sun Aug 17 09:56:09 2014 +0200
    55.2 +++ b/linux64-usbdsl/receipt	Sun Aug 17 14:30:25 2014 +0200
    55.3 @@ -33,11 +33,11 @@
    55.4  # Post install/remove commands for Tazpkg.
    55.5  post_install()
    55.6  {
    55.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    55.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    55.9  }
   55.10  
   55.11  post_remove()
   55.12  {
   55.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   55.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   55.15  }
   55.16  
    56.1 --- a/linux64-usbip/receipt	Sun Aug 17 09:56:09 2014 +0200
    56.2 +++ b/linux64-usbip/receipt	Sun Aug 17 14:30:25 2014 +0200
    56.3 @@ -33,12 +33,12 @@
    56.4  {
    56.5  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    56.6  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    56.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    56.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    56.9  }
   56.10  
   56.11  post_remove()
   56.12  {
   56.13  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   56.14 -	chroot "$root/" depmod -a $VERSION-slitaz
   56.15 +	chroot "$root/" depmod -a $VERSION-slitaz64
   56.16  }
   56.17  
    57.1 --- a/linux64-uwb/receipt	Sun Aug 17 09:56:09 2014 +0200
    57.2 +++ b/linux64-uwb/receipt	Sun Aug 17 14:30:25 2014 +0200
    57.3 @@ -33,11 +33,11 @@
    57.4  # Post install/remove commands for Tazpkg.
    57.5  post_install()
    57.6  {
    57.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    57.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    57.9  }
   57.10  
   57.11  post_remove()
   57.12  {
   57.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   57.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   57.15  }
   57.16  
    58.1 --- a/linux64-video/receipt	Sun Aug 17 09:56:09 2014 +0200
    58.2 +++ b/linux64-video/receipt	Sun Aug 17 14:30:25 2014 +0200
    58.3 @@ -31,11 +31,11 @@
    58.4  # Post install/remove commands for Tazpkg.
    58.5  post_install()
    58.6  {
    58.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    58.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    58.9  }
   58.10  
   58.11  post_remove()
   58.12  {
   58.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   58.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   58.15  }
   58.16  
    59.1 --- a/linux64-wan/receipt	Sun Aug 17 09:56:09 2014 +0200
    59.2 +++ b/linux64-wan/receipt	Sun Aug 17 14:30:25 2014 +0200
    59.3 @@ -38,10 +38,10 @@
    59.4  # Post install/remove commands for Tazpkg.
    59.5  post_install()
    59.6  {
    59.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    59.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    59.9  }
   59.10  
   59.11  post_remove()
   59.12  {
   59.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   59.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   59.15  }
    60.1 --- a/linux64-wimax/receipt	Sun Aug 17 09:56:09 2014 +0200
    60.2 +++ b/linux64-wimax/receipt	Sun Aug 17 14:30:25 2014 +0200
    60.3 @@ -38,11 +38,11 @@
    60.4  # Post install/remove commands for Tazpkg.
    60.5  post_install()
    60.6  {
    60.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    60.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    60.9  }
   60.10  
   60.11  post_remove()
   60.12  {
   60.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   60.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   60.15  }
   60.16  
    61.1 --- a/linux64-wireless/receipt	Sun Aug 17 09:56:09 2014 +0200
    61.2 +++ b/linux64-wireless/receipt	Sun Aug 17 14:30:25 2014 +0200
    61.3 @@ -43,11 +43,11 @@
    61.4  # Post install/remove commands for Tazpkg.
    61.5  post_install()
    61.6  {
    61.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    61.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    61.9  }
   61.10  
   61.11  post_remove()
   61.12  {
   61.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   61.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   61.15  }
   61.16  
    62.1 --- a/linux64-without-modules/receipt	Sun Aug 17 09:56:09 2014 +0200
    62.2 +++ b/linux64-without-modules/receipt	Sun Aug 17 14:30:25 2014 +0200
    62.3 @@ -14,6 +14,6 @@
    62.4  {
    62.5  	install=$install/linux64
    62.6  	mkdir -p $fs/boot   
    62.7 -	cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
    62.8 +	cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz64-without-modules
    62.9  }
   62.10  
    63.1 --- a/linux64-zram/receipt	Sun Aug 17 09:56:09 2014 +0200
    63.2 +++ b/linux64-zram/receipt	Sun Aug 17 14:30:25 2014 +0200
    63.3 @@ -34,11 +34,11 @@
    63.4  # Post install/remove commands for Tazpkg.
    63.5  post_install()
    63.6  {
    63.7 -	chroot "$root/" depmod -a $VERSION-slitaz
    63.8 +	chroot "$root/" depmod -a $VERSION-slitaz64
    63.9  }
   63.10  
   63.11  post_remove()
   63.12  {
   63.13 -	chroot "$root/" depmod -a $VERSION-slitaz
   63.14 +	chroot "$root/" depmod -a $VERSION-slitaz64
   63.15  }
   63.16  
    64.1 --- a/linux64/receipt	Sun Aug 17 09:56:09 2014 +0200
    64.2 +++ b/linux64/receipt	Sun Aug 17 14:30:25 2014 +0200
    64.3 @@ -24,7 +24,7 @@
    64.4      path=$fs/lib/modules/$VERSION-slitaz64/kernel
    64.5      mkdir -p $path
    64.6      cp -a $install/lib/modules/$VERSION-slitaz64/mo* \
    64.7 -		$fs/lib/modules/$VERSION-slitaz
    64.8 +		$fs/lib/modules/$VERSION-slitaz64
    64.9  
   64.10      # Get the base modules
   64.11      export src
   64.12 @@ -41,7 +41,7 @@
   64.13      rm -f $fs/lib/modules/$VERSION-slitaz64/build
   64.14      rm -f $fs/lib/modules/$VERSION-slitaz64/source
   64.15      # Cook all packages with a kernel module
   64.16 -    for i in $(cd $WOK; grep -l 'cook linux$' */receipt)
   64.17 +    for i in $(cd $WOK; grep -l 'cook linux64$' */receipt)
   64.18      do
   64.19      	echo cook ${i%/receipt}
   64.20      done
   64.21 @@ -58,18 +58,18 @@
   64.22  post_install()
   64.23  {
   64.24      echo "Processing post-install commands..."
   64.25 -    chroot "$root/" depmod -a $VERSION-slitaz
   64.26 +    chroot "$root/" depmod -a $VERSION-slitaz64
   64.27      # GRUB stuff.
   64.28      if [ -f "$root/boot/grub/menu.lst" ]; then
   64.29      	root_dev=$(cat $root/boot/grub/menu.lst | grep root= | sed 's/.*root=\([^ ]*\).*/\1/' | head -n 1)
   64.30  		grub_dev=$(cat $root/boot/grub/menu.lst | grep "root (" | head -n 1)
   64.31  		# Add new kernel entry in case of upgrade for installed system.
   64.32 -		if ! grep -q $PACKAGE-$VERSION-slitaz $1/boot/grub/menu.lst; then
   64.33 +		if ! grep -q $PACKAGE-$VERSION-slitaz64 $1/boot/grub/menu.lst; then
   64.34      		cat >> $1/boot/grub/menu.lst << EOT
   64.35  
   64.36 -title SliTaz GNU/Linux (Kernel $VERSION-slitaz)
   64.37 +title SliTaz GNU/Linux (Kernel $VERSION-slitaz64)
   64.38  $grub_dev
   64.39 -kernel /boot/vmlinuz-$VERSION-slitaz root=$root_dev
   64.40 +kernel /boot/vmlinuz-$VERSION-slitaz64 root=$root_dev
   64.41  EOT
   64.42  		fi
   64.43  		# Display information message.
   64.44 @@ -77,9 +77,9 @@
   64.45  ----
   64.46  GRUB is installed, these tree lines must be in your /boot/grub/menu.lst:
   64.47  
   64.48 -title  SliTaz GNU/Linux (Kernel $VERSION-slitaz)
   64.49 +title  SliTaz GNU/Linux (Kernel $VERSION-slitaz64)
   64.50  $grub_dev
   64.51 -kernel /boot/vmlinuz-$VERSION-slitaz root=$root_dev
   64.52 +kernel /boot/vmlinuz-$VERSION-slitaz64 root=$root_dev
   64.53  ----
   64.54  EOT
   64.55  	fi