wok rev 15866

linux64-*: Update all receipt
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 30 21:56:31 2014 +0100 (2014-01-30)
parents 2a99b2b046d1
children f76081ad48d4
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	Thu Jan 30 17:31:57 2014 +0000
     1.2 +++ b/linux64-acpi/receipt	Thu Jan 30 21:56:31 2014 +0100
     1.3 @@ -2,7 +2,6 @@
     1.4  
     1.5  PACKAGE="linux64-acpi"
     1.6  VERSION="3.2.53"
     1.7 -BASEVER="${VERSION:0:3}"
     1.8  CATEGORY="base-system"
     1.9  SHORT_DESC="The Linux kernel acpi modules."
    1.10  DEPENDS="linux64"
    1.11 @@ -17,7 +16,7 @@
    1.12  {
    1.13      local path
    1.14      _pkg=$install/linux64
    1.15 -    path=lib/modules/$BASEVER-slitaz/kernel
    1.16 +    path=lib/modules/$VERSION-slitaz/kernel
    1.17      mkdir -p $fs/$path
    1.18      export src
    1.19      export _pkg
    1.20 @@ -38,11 +37,11 @@
    1.21  # Post install/remove commands for Tazpkg.
    1.22  post_install()
    1.23  {
    1.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
    1.25 +	chroot "$root/" depmod -a $VERSION-slitaz
    1.26  }
    1.27  
    1.28  post_remove()
    1.29  {
    1.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
    1.31 +	chroot "$root/" depmod -a $VERSION-slitaz
    1.32  }
    1.33  
     2.1 --- a/linux64-agp/receipt	Thu Jan 30 17:31:57 2014 +0000
     2.2 +++ b/linux64-agp/receipt	Thu Jan 30 21:56:31 2014 +0100
     2.3 @@ -2,7 +2,6 @@
     2.4  
     2.5  PACKAGE="linux64-agp"
     2.6  VERSION="3.2.53"
     2.7 -BASEVER="${VERSION:0:3}"
     2.8  CATEGORY="base-system"
     2.9  SHORT_DESC="The Linux kernel AGP modules."
    2.10  MAINTAINER="erjo@slitaz.org"
    2.11 @@ -17,7 +16,7 @@
    2.12  {
    2.13      local path
    2.14      _pkg=$install/linux64
    2.15 -    path=lib/modules/$BASEVER-slitaz/kernel
    2.16 +    path=lib/modules/$VERSION-slitaz/kernel
    2.17      mkdir -p $fs/$path
    2.18      export src
    2.19      export _pkg
    2.20 @@ -37,11 +36,11 @@
    2.21  # Post install/remove commands for Tazpkg.
    2.22  post_install()
    2.23  {
    2.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
    2.25 +	chroot "$root/" depmod -a $VERSION-slitaz
    2.26  }
    2.27  
    2.28  post_remove()
    2.29  {
    2.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
    2.31 +	chroot "$root/" depmod -a $VERSION-slitaz
    2.32  }
    2.33  
     3.1 --- a/linux64-aoe/receipt	Thu Jan 30 17:31:57 2014 +0000
     3.2 +++ b/linux64-aoe/receipt	Thu Jan 30 21:56:31 2014 +0100
     3.3 @@ -2,7 +2,6 @@
     3.4  
     3.5  PACKAGE="linux64-aoe"
     3.6  VERSION="3.2.53"
     3.7 -BASEVER="${VERSION:0:3}"
     3.8  CATEGORY="base-system"
     3.9  SHORT_DESC="The Linux kernel ATA over Ethernet modules."
    3.10  MAINTAINER="devel@slitaz.org"
    3.11 @@ -17,7 +16,7 @@
    3.12  {
    3.13      local path
    3.14      _pkg=$install/linux64
    3.15 -    path=lib/modules/$BASEVER-slitaz/kernel
    3.16 +    path=lib/modules/$VERSION-slitaz/kernel
    3.17      mkdir -p $fs/$path
    3.18      export src
    3.19      export _pkg
    3.20 @@ -32,11 +31,11 @@
    3.21  # Post install/remove commands for Tazpkg.
    3.22  post_install()
    3.23  {
    3.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
    3.25 +	chroot "$root/" depmod -a $VERSION-slitaz
    3.26  }
    3.27  
    3.28  post_remove()
    3.29  {
    3.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
    3.31 +	chroot "$root/" depmod -a $VERSION-slitaz
    3.32  }
    3.33  
     4.1 --- a/linux64-appletalk/receipt	Thu Jan 30 17:31:57 2014 +0000
     4.2 +++ b/linux64-appletalk/receipt	Thu Jan 30 21:56:31 2014 +0100
     4.3 @@ -2,7 +2,6 @@
     4.4  
     4.5  PACKAGE="linux64-appletalk"
     4.6  VERSION="3.2.53"
     4.7 -BASEVER="${VERSION:0:3}"
     4.8  CATEGORY="base-system"
     4.9  SHORT_DESC="The Linux kernel appletalk modules."
    4.10  MAINTAINER="devel@slitaz.org"
    4.11 @@ -17,7 +16,7 @@
    4.12  {
    4.13      local path
    4.14      _pkg=$install/linux64
    4.15 -    path=lib/modules/$BASEVER-slitaz/kernel
    4.16 +    path=lib/modules/$VERSION-slitaz/kernel
    4.17      mkdir -p $fs/$path
    4.18      
    4.19      export src
    4.20 @@ -40,11 +39,11 @@
    4.21  # Post install/remove commands for Tazpkg.
    4.22  post_install()
    4.23  {
    4.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
    4.25 +	chroot "$root/" depmod -a $VERSION-slitaz
    4.26  }
    4.27  
    4.28  post_remove()
    4.29  {
    4.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
    4.31 +	chroot "$root/" depmod -a $VERSION-slitaz
    4.32  }
    4.33  
     5.1 --- a/linux64-arcnet/receipt	Thu Jan 30 17:31:57 2014 +0000
     5.2 +++ b/linux64-arcnet/receipt	Thu Jan 30 21:56:31 2014 +0100
     5.3 @@ -2,7 +2,6 @@
     5.4  
     5.5  PACKAGE="linux64-arcnet"
     5.6  VERSION="3.2.53"
     5.7 -BASEVER="${VERSION:0:3}"
     5.8  CATEGORY="base-system"
     5.9  SHORT_DESC="arcnet kernel modules"
    5.10  MAINTAINER="slaxemulator@gmail.com"
    5.11 @@ -17,7 +16,7 @@
    5.12  {
    5.13      local path
    5.14      _pkg=$install/linux64
    5.15 -    path=lib/modules/$BASEVER-slitaz/kernel
    5.16 +    path=lib/modules/$VERSION-slitaz/kernel
    5.17      mkdir -p $fs/$path
    5.18      
    5.19      export src
    5.20 @@ -40,10 +39,10 @@
    5.21  # Post install/remove commands for Tazpkg.
    5.22  post_install()
    5.23  {
    5.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
    5.25 +	chroot "$root/" depmod -a $VERSION-slitaz
    5.26  }
    5.27  
    5.28  post_remove()
    5.29  {
    5.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
    5.31 +	chroot "$root/" depmod -a $VERSION-slitaz
    5.32  }
     6.1 --- a/linux64-autofs/receipt	Thu Jan 30 17:31:57 2014 +0000
     6.2 +++ b/linux64-autofs/receipt	Thu Jan 30 21:56:31 2014 +0100
     6.3 @@ -2,7 +2,6 @@
     6.4  
     6.5  PACKAGE="linux64-autofs"
     6.6  VERSION="3.2.53"
     6.7 -BASEVER="${VERSION:0:3}"
     6.8  CATEGORY="base-system"
     6.9  SHORT_DESC="The Linux kernel automounter module."
    6.10  MAINTAINER="devel@slitaz.org"
    6.11 @@ -18,7 +17,7 @@
    6.12  {
    6.13      local path
    6.14      _pkg=$install/linux64
    6.15 -    path=lib/modules/$BASEVER-slitaz/kernel
    6.16 +    path=lib/modules/$VERSION-slitaz/kernel
    6.17      mkdir -p $fs/$path $fs/etc
    6.18      export src
    6.19      export _pkg
    6.20 @@ -35,12 +34,12 @@
    6.21  {
    6.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    6.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    6.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
    6.25 +	chroot "$root/" depmod -a $VERSION-slitaz
    6.26  }
    6.27  
    6.28  post_remove()
    6.29  {
    6.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
    6.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
    6.32 +	chroot "$root/" depmod -a $VERSION-slitaz
    6.33  }
    6.34  
     7.1 --- a/linux64-bluetooth/receipt	Thu Jan 30 17:31:57 2014 +0000
     7.2 +++ b/linux64-bluetooth/receipt	Thu Jan 30 21:56:31 2014 +0100
     7.3 @@ -2,7 +2,6 @@
     7.4  
     7.5  PACKAGE="linux64-bluetooth"
     7.6  VERSION="3.2.53"
     7.7 -BASEVER="${VERSION:0:3}"
     7.8  CATEGORY="base-system"
     7.9  SHORT_DESC="The Linux kernel bluetooth modules."
    7.10  MAINTAINER="devel@slitaz.org"
    7.11 @@ -17,7 +16,7 @@
    7.12  {
    7.13      local path
    7.14      _pkg=$install/linux64
    7.15 -    path=lib/modules/$BASEVER-slitaz/kernel
    7.16 +    path=lib/modules/$VERSION-slitaz/kernel
    7.17      mkdir -p $fs/$path
    7.18      export src
    7.19      export _pkg
    7.20 @@ -37,11 +36,11 @@
    7.21  # Post install/remove commands for Tazpkg.
    7.22  post_install()
    7.23  {
    7.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
    7.25 +	chroot "$root/" depmod -a $VERSION-slitaz
    7.26  }
    7.27  
    7.28  post_remove()
    7.29  {
    7.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
    7.31 +	chroot "$root/" depmod -a $VERSION-slitaz
    7.32  }
    7.33  
     8.1 --- a/linux64-bridge/receipt	Thu Jan 30 17:31:57 2014 +0000
     8.2 +++ b/linux64-bridge/receipt	Thu Jan 30 21:56:31 2014 +0100
     8.3 @@ -2,7 +2,6 @@
     8.4  
     8.5  PACKAGE="linux64-bridge"
     8.6  VERSION="3.2.53"
     8.7 -BASEVER="${VERSION:0:3}"
     8.8  CATEGORY="base-system"
     8.9  SHORT_DESC="The Linux kernel bridge modules."
    8.10  MAINTAINER="devel@slitaz.org"
    8.11 @@ -17,7 +16,7 @@
    8.12  {
    8.13      local path
    8.14      _pkg=$install/linux64
    8.15 -    path=lib/modules/$BASEVER-slitaz/kernel
    8.16 +    path=lib/modules/$VERSION-slitaz/kernel
    8.17      mkdir -p $fs/$path
    8.18      export src
    8.19      export _pkg
    8.20 @@ -37,11 +36,11 @@
    8.21  # Post install/remove commands for Tazpkg.
    8.22  post_install()
    8.23  {
    8.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
    8.25 +	chroot "$root/" depmod -a $VERSION-slitaz
    8.26  }
    8.27  
    8.28  post_remove()
    8.29  {
    8.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
    8.31 +	chroot "$root/" depmod -a $VERSION-slitaz
    8.32  }
    8.33  
     9.1 --- a/linux64-btrfs/receipt	Thu Jan 30 17:31:57 2014 +0000
     9.2 +++ b/linux64-btrfs/receipt	Thu Jan 30 21:56:31 2014 +0100
     9.3 @@ -2,7 +2,6 @@
     9.4  
     9.5  PACKAGE="linux64-btrfs"
     9.6  VERSION="3.2.53"
     9.7 -BASEVER="${VERSION:0:3}"
     9.8  CATEGORY="base-system"
     9.9  SHORT_DESC="The Linux kernel btrfs module."
    9.10  MAINTAINER="devel@slitaz.org"
    9.11 @@ -18,7 +17,7 @@
    9.12  {
    9.13      local path
    9.14      _pkg=$install/linux64
    9.15 -    path=lib/modules/$BASEVER-slitaz/kernel
    9.16 +    path=lib/modules/$VERSION-slitaz/kernel
    9.17      mkdir -p $fs/$path $fs/etc
    9.18      export src
    9.19      export _pkg
    9.20 @@ -41,12 +40,12 @@
    9.21  {
    9.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    9.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    9.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
    9.25 +	chroot "$root/" depmod -a $VERSION-slitaz
    9.26  }
    9.27  
    9.28  post_remove()
    9.29  {
    9.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
    9.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
    9.32 +	chroot "$root/" depmod -a $VERSION-slitaz
    9.33  }
    9.34  
    10.1 --- a/linux64-cifs/receipt	Thu Jan 30 17:31:57 2014 +0000
    10.2 +++ b/linux64-cifs/receipt	Thu Jan 30 21:56:31 2014 +0100
    10.3 @@ -2,7 +2,6 @@
    10.4  
    10.5  PACKAGE="linux64-cifs"
    10.6  VERSION="3.2.53"
    10.7 -BASEVER="${VERSION:0:3}"
    10.8  CATEGORY="base-system"
    10.9  SHORT_DESC="The Linux kernel cifs module."
   10.10  MAINTAINER="devel@slitaz.org"
   10.11 @@ -18,7 +17,7 @@
   10.12  {
   10.13      local path
   10.14      _pkg=$install/linux64
   10.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   10.16 +    path=lib/modules/$VERSION-slitaz/kernel
   10.17      mkdir -p $fs/$path $fs/etc
   10.18      export src
   10.19      export _pkg
   10.20 @@ -35,12 +34,12 @@
   10.21  {
   10.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   10.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   10.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   10.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   10.26  }
   10.27  
   10.28  post_remove()
   10.29  {
   10.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   10.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   10.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   10.33  }
   10.34  
    11.1 --- a/linux64-coda/receipt	Thu Jan 30 17:31:57 2014 +0000
    11.2 +++ b/linux64-coda/receipt	Thu Jan 30 21:56:31 2014 +0100
    11.3 @@ -2,7 +2,6 @@
    11.4  
    11.5  PACKAGE="linux64-coda"
    11.6  VERSION="3.2.53"
    11.7 -BASEVER="${VERSION:0:3}"
    11.8  CATEGORY="base-system"
    11.9  SHORT_DESC="The Linux kernel coda module."
   11.10  MAINTAINER="devel@slitaz.org"
   11.11 @@ -18,7 +17,7 @@
   11.12  {
   11.13      local path
   11.14      _pkg=$install/linux64
   11.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   11.16 +    path=lib/modules/$VERSION-slitaz/kernel
   11.17      mkdir -p $fs/$path $fs/etc
   11.18      export src
   11.19      export _pkg
   11.20 @@ -35,12 +34,12 @@
   11.21  {
   11.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   11.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   11.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   11.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   11.26  }
   11.27  
   11.28  post_remove()
   11.29  {
   11.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   11.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   11.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   11.33  }
   11.34  
    12.1 --- a/linux64-configfs/receipt	Thu Jan 30 17:31:57 2014 +0000
    12.2 +++ b/linux64-configfs/receipt	Thu Jan 30 21:56:31 2014 +0100
    12.3 @@ -2,7 +2,6 @@
    12.4  
    12.5  PACKAGE="linux64-configfs"
    12.6  VERSION="3.2.53"
    12.7 -BASEVER="${VERSION:0:3}"
    12.8  CATEGORY="base-system"
    12.9  SHORT_DESC="The Linux kernel configfs module."
   12.10  MAINTAINER="devel@slitaz.org"
   12.11 @@ -18,7 +17,7 @@
   12.12  {
   12.13      local path
   12.14      _pkg=$install/linux64
   12.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   12.16 +    path=lib/modules/$VERSION-slitaz/kernel
   12.17      mkdir -p $fs/$path $fs/etc
   12.18      export src
   12.19      export _pkg
   12.20 @@ -35,12 +34,12 @@
   12.21  {
   12.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   12.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   12.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   12.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   12.26  }
   12.27  
   12.28  post_remove()
   12.29  {
   12.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   12.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   12.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   12.33  }
   12.34  
    13.1 --- a/linux64-cpufreq/receipt	Thu Jan 30 17:31:57 2014 +0000
    13.2 +++ b/linux64-cpufreq/receipt	Thu Jan 30 21:56:31 2014 +0100
    13.3 @@ -2,7 +2,6 @@
    13.4  
    13.5  PACKAGE="linux64-cpufreq"
    13.6  VERSION="3.2.53"
    13.7 -BASEVER="${VERSION:0:3}"
    13.8  CATEGORY="base-system"
    13.9  SHORT_DESC="The Linux kernel cpufreq modules."
   13.10  MAINTAINER="devel@slitaz.org"
   13.11 @@ -17,7 +16,7 @@
   13.12  {
   13.13      local path
   13.14      _pkg=$install/linux64
   13.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   13.16 +    path=lib/modules/$VERSION-slitaz/kernel
   13.17      mkdir -p $fs/$path
   13.18      export src
   13.19      export _pkg
   13.20 @@ -32,11 +31,11 @@
   13.21  # Post install/remove commands for Tazpkg.
   13.22  post_install()
   13.23  {
   13.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   13.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   13.26  }
   13.27  
   13.28  post_remove()
   13.29  {
   13.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   13.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   13.32  }
   13.33  
    14.1 --- a/linux64-cramfs/receipt	Thu Jan 30 17:31:57 2014 +0000
    14.2 +++ b/linux64-cramfs/receipt	Thu Jan 30 21:56:31 2014 +0100
    14.3 @@ -2,7 +2,6 @@
    14.4  
    14.5  PACKAGE="linux64-cramfs"
    14.6  VERSION="3.2.53"
    14.7 -BASEVER="${VERSION:0:3}"
    14.8  CATEGORY="base-system"
    14.9  SHORT_DESC="The Linux kernel cramfs module."
   14.10  MAINTAINER="devel@slitaz.org"
   14.11 @@ -18,7 +17,7 @@
   14.12  {
   14.13      local path
   14.14      _pkg=$install/linux64
   14.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   14.16 +    path=lib/modules/$VERSION-slitaz/kernel
   14.17      mkdir -p $fs/$path $fs/etc
   14.18      export src
   14.19      export _pkg
   14.20 @@ -35,12 +34,12 @@
   14.21  {
   14.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   14.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   14.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   14.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   14.26  }
   14.27  
   14.28  post_remove()
   14.29  {
   14.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   14.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   14.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   14.33  }
   14.34  
    15.1 --- a/linux64-crypto/receipt	Thu Jan 30 17:31:57 2014 +0000
    15.2 +++ b/linux64-crypto/receipt	Thu Jan 30 21:56:31 2014 +0100
    15.3 @@ -2,7 +2,6 @@
    15.4  
    15.5  PACKAGE="linux64-crypto"
    15.6  VERSION="3.2.53"
    15.7 -BASEVER="${VERSION:0:3}"
    15.8  CATEGORY="base-system"
    15.9  SHORT_DESC="The Linux kernel crypto modules."
   15.10  MAINTAINER="devel@slitaz.org"
   15.11 @@ -17,7 +16,7 @@
   15.12  {
   15.13      local path
   15.14      _pkg=$install/linux64
   15.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   15.16 +    path=lib/modules/$VERSION-slitaz/kernel
   15.17      mkdir -p $fs/$path
   15.18      export src
   15.19      export _pkg
   15.20 @@ -38,11 +37,11 @@
   15.21  # Post install/remove commands for Tazpkg.
   15.22  post_install()
   15.23  {
   15.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   15.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   15.26  }
   15.27  
   15.28  post_remove()
   15.29  {
   15.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   15.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   15.32  }
   15.33  
    16.1 --- a/linux64-cryptoloop/receipt	Thu Jan 30 17:31:57 2014 +0000
    16.2 +++ b/linux64-cryptoloop/receipt	Thu Jan 30 21:56:31 2014 +0100
    16.3 @@ -2,7 +2,6 @@
    16.4  
    16.5  PACKAGE="linux64-cryptoloop"
    16.6  VERSION="3.2.53"
    16.7 -BASEVER="${VERSION:0:3}"
    16.8  CATEGORY="base-system"
    16.9  SHORT_DESC="The Linux kernel cryptoloop modules."
   16.10  MAINTAINER="devel@slitaz.org"
   16.11 @@ -17,7 +16,7 @@
   16.12  {
   16.13      local path
   16.14      _pkg=$install/linux64
   16.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   16.16 +    path=lib/modules/$VERSION-slitaz/kernel
   16.17      mkdir -p $fs/$path
   16.18      export src
   16.19      export _pkg
   16.20 @@ -32,11 +31,11 @@
   16.21  # Post install/remove commands for Tazpkg.
   16.22  post_install()
   16.23  {
   16.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   16.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   16.26  }
   16.27  
   16.28  post_remove()
   16.29  {
   16.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   16.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   16.32  }
   16.33  
    17.1 --- a/linux64-dialup/receipt	Thu Jan 30 17:31:57 2014 +0000
    17.2 +++ b/linux64-dialup/receipt	Thu Jan 30 21:56:31 2014 +0100
    17.3 @@ -2,7 +2,6 @@
    17.4  
    17.5  PACKAGE="linux64-dialup"
    17.6  VERSION="3.2.53"
    17.7 -BASEVER="${VERSION:0:3}"
    17.8  CATEGORY="base-system"
    17.9  SHORT_DESC="The Linux kernel dial-up modules."
   17.10  MAINTAINER="domcox@slitaz.org"
   17.11 @@ -17,7 +16,7 @@
   17.12  {
   17.13      local path
   17.14      _pkg=$install/linux64
   17.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   17.16 +    path=lib/modules/$VERSION-slitaz/kernel
   17.17      mkdir -p $fs/$path
   17.18      export src
   17.19      export _pkg
   17.20 @@ -39,11 +38,11 @@
   17.21  # Post install/remove commands for Tazpkg.
   17.22  post_install()
   17.23  {
   17.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   17.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   17.26  }
   17.27  
   17.28  post_remove()
   17.29  {
   17.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   17.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   17.32  }
   17.33  
    18.1 --- a/linux64-dlm/receipt	Thu Jan 30 17:31:57 2014 +0000
    18.2 +++ b/linux64-dlm/receipt	Thu Jan 30 21:56:31 2014 +0100
    18.3 @@ -2,7 +2,6 @@
    18.4  
    18.5  PACKAGE="linux64-dlm"
    18.6  VERSION="3.2.53"
    18.7 -BASEVER="${VERSION:0:3}"
    18.8  CATEGORY="base-system"
    18.9  SHORT_DESC="The Linux kernel dlmfs module."
   18.10  MAINTAINER="devel@slitaz.org"
   18.11 @@ -14,7 +13,7 @@
   18.12  CONFIG_FILES="/etc/filesystems"
   18.13  
   18.14  # Modules paths and list
   18.15 -MOD_PATH="lib/modules/$BASEVER-slitaz/kernel"
   18.16 +MOD_PATH="lib/modules/$VERSION-slitaz/kernel"
   18.17  MODULES="fs/dlm/dlm.ko.xz"
   18.18  
   18.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   18.20 @@ -36,12 +35,12 @@
   18.21  {
   18.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   18.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   18.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   18.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   18.26  }
   18.27  
   18.28  post_remove()
   18.29  {
   18.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   18.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   18.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   18.33  }
   18.34  
    19.1 --- a/linux64-drm/receipt	Thu Jan 30 17:31:57 2014 +0000
    19.2 +++ b/linux64-drm/receipt	Thu Jan 30 21:56:31 2014 +0100
    19.3 @@ -2,7 +2,6 @@
    19.4  
    19.5  PACKAGE="linux64-drm"
    19.6  VERSION="3.2.53"
    19.7 -BASEVER="${VERSION:0:3}"
    19.8  CATEGORY="base-system"
    19.9  SHORT_DESC="The Linux kernel drm module."
   19.10  MAINTAINER="devel@slitaz.org"
   19.11 @@ -17,7 +16,7 @@
   19.12  {
   19.13  	local path
   19.14  	_pkg=$install/linux64
   19.15 -	path=lib/modules/$BASEVER-slitaz/kernel
   19.16 +	path=lib/modules/$VERSION-slitaz/kernel
   19.17  	mkdir -p $fs/$path
   19.18  	export src
   19.19  	export _pkg
   19.20 @@ -42,11 +41,11 @@
   19.21  # Post install/remove commands for Tazpkg.
   19.22  post_install()
   19.23  {
   19.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   19.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   19.26  }
   19.27  
   19.28  post_remove()
   19.29  {
   19.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   19.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   19.32  }
   19.33  
    20.1 --- a/linux64-firewire/receipt	Thu Jan 30 17:31:57 2014 +0000
    20.2 +++ b/linux64-firewire/receipt	Thu Jan 30 21:56:31 2014 +0100
    20.3 @@ -2,7 +2,6 @@
    20.4  
    20.5  PACKAGE="linux64-firewire"
    20.6  VERSION="3.2.53"
    20.7 -BASEVER="${VERSION:0:3}"
    20.8  CATEGORY="base-system"
    20.9  SHORT_DESC="The Linux kernel firewire modules."
   20.10  MAINTAINER="devel@slitaz.org"
   20.11 @@ -17,7 +16,7 @@
   20.12  {
   20.13      local path
   20.14      _pkg=$install/linux64
   20.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   20.16 +    path=lib/modules/$VERSION-slitaz/kernel
   20.17      mkdir -p $fs/$path
   20.18      export src
   20.19      export _pkg
   20.20 @@ -31,11 +30,11 @@
   20.21  # Post install/remove commands for Tazpkg.
   20.22  post_install()
   20.23  {
   20.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   20.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   20.26  }
   20.27  
   20.28  post_remove()
   20.29  {
   20.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   20.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   20.32  }
   20.33  
    21.1 --- a/linux64-gfs2/receipt	Thu Jan 30 17:31:57 2014 +0000
    21.2 +++ b/linux64-gfs2/receipt	Thu Jan 30 21:56:31 2014 +0100
    21.3 @@ -2,7 +2,6 @@
    21.4  
    21.5  PACKAGE="linux64-gfs2"
    21.6  VERSION="3.2.53"
    21.7 -BASEVER="${VERSION:0:3}"
    21.8  CATEGORY="base-system"
    21.9  SHORT_DESC="The Linux kernel gfs2 module."
   21.10  MAINTAINER="devel@slitaz.org"
   21.11 @@ -18,7 +17,7 @@
   21.12  {
   21.13      local path
   21.14      _pkg=$install/linux64
   21.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   21.16 +    path=lib/modules/$VERSION-slitaz/kernel
   21.17      mkdir -p $fs/$path $fs/etc
   21.18      export src
   21.19      export _pkg
   21.20 @@ -35,12 +34,12 @@
   21.21  {
   21.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   21.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   21.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   21.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   21.26  }
   21.27  
   21.28  post_remove()
   21.29  {
   21.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   21.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   21.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   21.33  }
   21.34  
    22.1 --- a/linux64-hfs/receipt	Thu Jan 30 17:31:57 2014 +0000
    22.2 +++ b/linux64-hfs/receipt	Thu Jan 30 21:56:31 2014 +0100
    22.3 @@ -2,7 +2,6 @@
    22.4  
    22.5  PACKAGE="linux64-hfs"
    22.6  VERSION="3.2.53"
    22.7 -BASEVER="${VERSION:0:3}"
    22.8  CATEGORY="base-system"
    22.9  SHORT_DESC="The Linux kernel hfs module."
   22.10  MAINTAINER="devel@slitaz.org"
   22.11 @@ -18,7 +17,7 @@
   22.12  {
   22.13      local path
   22.14      _pkg=$install/linux64
   22.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   22.16 +    path=lib/modules/$VERSION-slitaz/kernel
   22.17      mkdir -p $fs/$path $fs/etc
   22.18      export src
   22.19      export _pkg
   22.20 @@ -35,12 +34,12 @@
   22.21  {
   22.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   22.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   22.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   22.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   22.26  }
   22.27  
   22.28  post_remove()
   22.29  {
   22.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   22.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   22.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   22.33  }
   22.34  
    23.1 --- a/linux64-hfsplus/receipt	Thu Jan 30 17:31:57 2014 +0000
    23.2 +++ b/linux64-hfsplus/receipt	Thu Jan 30 21:56:31 2014 +0100
    23.3 @@ -2,7 +2,6 @@
    23.4  
    23.5  PACKAGE="linux64-hfsplus"
    23.6  VERSION="3.2.53"
    23.7 -BASEVER="${VERSION:0:3}"
    23.8  CATEGORY="base-system"
    23.9  SHORT_DESC="The Linux kernel hfsplus module."
   23.10  MAINTAINER="devel@slitaz.org"
   23.11 @@ -18,7 +17,7 @@
   23.12  {
   23.13      local path
   23.14      _pkg=$install/linux64
   23.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   23.16 +    path=lib/modules/$VERSION-slitaz/kernel
   23.17      mkdir -p $fs/$path $fs/etc
   23.18      export src
   23.19      export _pkg
   23.20 @@ -35,11 +34,11 @@
   23.21  {
   23.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   23.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   23.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   23.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   23.26  }
   23.27  
   23.28  post_remove()
   23.29  {
   23.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   23.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   23.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   23.33  }
    24.1 --- a/linux64-hwmon/receipt	Thu Jan 30 17:31:57 2014 +0000
    24.2 +++ b/linux64-hwmon/receipt	Thu Jan 30 21:56:31 2014 +0100
    24.3 @@ -2,7 +2,6 @@
    24.4  
    24.5  PACKAGE="linux64-hwmon"
    24.6  VERSION="3.2.53"
    24.7 -BASEVER="${VERSION:0:3}"
    24.8  CATEGORY="base-system"
    24.9  SHORT_DESC="The Linux kernel hwmon modules."
   24.10  MAINTAINER="devel@slitaz.org"
   24.11 @@ -17,7 +16,7 @@
   24.12  {
   24.13      local path
   24.14      _pkg=$install/linux64
   24.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   24.16 +    path=lib/modules/$VERSION-slitaz/kernel
   24.17      mkdir -p $fs/$path
   24.18      export src
   24.19      export _pkg
   24.20 @@ -37,11 +36,11 @@
   24.21  # Post install/remove commands for Tazpkg.
   24.22  post_install()
   24.23  {
   24.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   24.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   24.26  }
   24.27  
   24.28  post_remove()
   24.29  {
   24.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   24.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   24.32  }
   24.33  
    25.1 --- a/linux64-input-misc/receipt	Thu Jan 30 17:31:57 2014 +0000
    25.2 +++ b/linux64-input-misc/receipt	Thu Jan 30 21:56:31 2014 +0100
    25.3 @@ -2,7 +2,6 @@
    25.4  
    25.5  PACKAGE="linux64-input-misc"
    25.6  VERSION="3.2.53"
    25.7 -BASEVER="${VERSION:0:3}"
    25.8  CATEGORY="base-system"
    25.9  SHORT_DESC="The Linux kernel misc. input drivers, including the ATI RemoteWonders."
   25.10  MAINTAINER="rcx@zoominternet.net"
   25.11 @@ -17,7 +16,7 @@
   25.12  {
   25.13      local path
   25.14      _pkg=$install/linux64
   25.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   25.16 +    path=lib/modules/$VERSION-slitaz/kernel
   25.17      mkdir -p $fs/$path
   25.18      export src
   25.19      export _pkg
   25.20 @@ -37,11 +36,11 @@
   25.21  # Post install/remove commands for Tazpkg.
   25.22  post_install()
   25.23  {
   25.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   25.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   25.26  }
   25.27  
   25.28  post_remove()
   25.29  {
   25.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   25.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   25.32  }
   25.33  
    26.1 --- a/linux64-input-tablet/receipt	Thu Jan 30 17:31:57 2014 +0000
    26.2 +++ b/linux64-input-tablet/receipt	Thu Jan 30 21:56:31 2014 +0100
    26.3 @@ -2,7 +2,6 @@
    26.4  
    26.5  PACKAGE="linux64-input-tablet"
    26.6  VERSION="3.2.53"
    26.7 -BASEVER="${VERSION:0:3}"
    26.8  CATEGORY="base-system"
    26.9  SHORT_DESC="The Linux kernel tablet input drivers."
   26.10  MAINTAINER="rcx@zoominternet.net"
   26.11 @@ -17,7 +16,7 @@
   26.12  {
   26.13      local path
   26.14      _pkg=$install/linux64
   26.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   26.16 +    path=lib/modules/$VERSION-slitaz/kernel
   26.17      mkdir -p $fs/$path
   26.18      export src
   26.19      export _pkg
   26.20 @@ -32,11 +31,11 @@
   26.21  # Post install/remove commands for Tazpkg.
   26.22  post_install()
   26.23  {
   26.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   26.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   26.26  }
   26.27  
   26.28  post_remove()
   26.29  {
   26.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   26.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   26.32  }
   26.33  
    27.1 --- a/linux64-input-touchscreen/receipt	Thu Jan 30 17:31:57 2014 +0000
    27.2 +++ b/linux64-input-touchscreen/receipt	Thu Jan 30 21:56:31 2014 +0100
    27.3 @@ -2,7 +2,6 @@
    27.4  
    27.5  PACKAGE="linux64-input-touchscreen"
    27.6  VERSION="3.2.53"
    27.7 -BASEVER="${VERSION:0:3}"
    27.8  CATEGORY="base-system"
    27.9  SHORT_DESC="The Linux kernel touchscreen input drivers."
   27.10  MAINTAINER="jozee@slitaz.org"
   27.11 @@ -17,7 +16,7 @@
   27.12  {
   27.13      local path
   27.14      _pkg=$install/linux64
   27.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   27.16 +    path=lib/modules/$VERSION-slitaz/kernel
   27.17      mkdir -p $fs/$path
   27.18      export src
   27.19      export _pkg
   27.20 @@ -38,11 +37,11 @@
   27.21  # Post install/remove commands for Tazpkg.
   27.22  post_install()
   27.23  {
   27.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   27.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   27.26  }
   27.27  
   27.28  post_remove()
   27.29  {
   27.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   27.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   27.32  }
   27.33  
    28.1 --- a/linux64-ipv6/receipt	Thu Jan 30 17:31:57 2014 +0000
    28.2 +++ b/linux64-ipv6/receipt	Thu Jan 30 21:56:31 2014 +0100
    28.3 @@ -2,7 +2,6 @@
    28.4  
    28.5  PACKAGE="linux64-ipv6"
    28.6  VERSION="3.2.53"
    28.7 -BASEVER="${VERSION:0:3}"
    28.8  CATEGORY="base-system"
    28.9  SHORT_DESC="The Linux kernel ipv6 modules."
   28.10  MAINTAINER="devel@slitaz.org"
   28.11 @@ -17,7 +16,7 @@
   28.12  {
   28.13      local path
   28.14      _pkg=$install/linux64
   28.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   28.16 +    path=lib/modules/$VERSION-slitaz/kernel
   28.17      mkdir -p $fs/$path
   28.18      export src
   28.19      export _pkg
   28.20 @@ -37,11 +36,11 @@
   28.21  # Post install/remove commands for Tazpkg.
   28.22  post_install()
   28.23  {
   28.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   28.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   28.26  }
   28.27  
   28.28  post_remove()
   28.29  {
   28.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   28.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   28.32  }
   28.33  
    29.1 --- a/linux64-irda/receipt	Thu Jan 30 17:31:57 2014 +0000
    29.2 +++ b/linux64-irda/receipt	Thu Jan 30 21:56:31 2014 +0100
    29.3 @@ -2,7 +2,6 @@
    29.4  
    29.5  PACKAGE="linux64-irda"
    29.6  VERSION="3.2.53"
    29.7 -BASEVER="${VERSION:0:3}"
    29.8  CATEGORY="base-system"
    29.9  SHORT_DESC="The Linux kernel irda modules."
   29.10  MAINTAINER="devel@slitaz.org"
   29.11 @@ -17,7 +16,7 @@
   29.12  {
   29.13      local path
   29.14      _pkg=$install/linux64
   29.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   29.16 +    path=lib/modules/$VERSION-slitaz/kernel
   29.17      mkdir -p $fs/$path
   29.18      
   29.19      export src
   29.20 @@ -33,11 +32,11 @@
   29.21  # Post install/remove commands for Tazpkg.
   29.22  post_install()
   29.23  {
   29.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   29.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   29.26  }
   29.27  
   29.28  post_remove()
   29.29  {
   29.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   29.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   29.32  }
   29.33  
    30.1 --- a/linux64-isdn/receipt	Thu Jan 30 17:31:57 2014 +0000
    30.2 +++ b/linux64-isdn/receipt	Thu Jan 30 21:56:31 2014 +0100
    30.3 @@ -2,7 +2,6 @@
    30.4  
    30.5  PACKAGE="linux64-isdn"
    30.6  VERSION="3.2.53"
    30.7 -BASEVER="${VERSION:0:3}"
    30.8  CATEGORY="base-system"
    30.9  SHORT_DESC="The Linux kernel isdn modules."
   30.10  MAINTAINER="devel@slitaz.org"
   30.11 @@ -17,7 +16,7 @@
   30.12  {
   30.13      local path
   30.14      _pkg=$install/linux64
   30.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   30.16 +    path=lib/modules/$VERSION-slitaz/kernel
   30.17      mkdir -p $fs/$path
   30.18      export src
   30.19      export _pkg
   30.20 @@ -37,11 +36,11 @@
   30.21  # Post install/remove commands for Tazpkg.
   30.22  post_install()
   30.23  {
   30.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   30.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   30.26  }
   30.27  
   30.28  post_remove()
   30.29  {
   30.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   30.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   30.32  }
   30.33  
    31.1 --- a/linux64-jfs/receipt	Thu Jan 30 17:31:57 2014 +0000
    31.2 +++ b/linux64-jfs/receipt	Thu Jan 30 21:56:31 2014 +0100
    31.3 @@ -2,7 +2,6 @@
    31.4  
    31.5  PACKAGE="linux64-jfs"
    31.6  VERSION="3.2.53"
    31.7 -BASEVER="${VERSION:0:3}"
    31.8  CATEGORY="base-system"
    31.9  SHORT_DESC="The Linux kernel jfs module."
   31.10  MAINTAINER="devel@slitaz.org"
   31.11 @@ -18,7 +17,7 @@
   31.12  {
   31.13      local path
   31.14      _pkg=$install/linux64
   31.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   31.16 +    path=lib/modules/$VERSION-slitaz/kernel
   31.17      mkdir -p $fs/$path $fs/etc
   31.18      export src
   31.19      export _pkg
   31.20 @@ -35,11 +34,11 @@
   31.21  {
   31.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   31.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   31.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   31.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   31.26  }
   31.27  
   31.28  post_remove()
   31.29  {
   31.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   31.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   31.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   31.33  }
    32.1 --- a/linux64-joystick/receipt	Thu Jan 30 17:31:57 2014 +0000
    32.2 +++ b/linux64-joystick/receipt	Thu Jan 30 21:56:31 2014 +0100
    32.3 @@ -2,7 +2,6 @@
    32.4  
    32.5  PACKAGE="linux64-joystick"
    32.6  VERSION="3.2.53"
    32.7 -BASEVER="${VERSION:0:3}"
    32.8  CATEGORY="base-system"
    32.9  SHORT_DESC="The Linux kernel joystick modules."
   32.10  MAINTAINER="devel@slitaz.org"
   32.11 @@ -17,7 +16,7 @@
   32.12  {
   32.13      local path
   32.14      _pkg=$install/linux64
   32.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   32.16 +    path=lib/modules/$VERSION-slitaz/kernel
   32.17      mkdir -p $fs/$path
   32.18      export src
   32.19      export _pkg
   32.20 @@ -39,11 +38,11 @@
   32.21  # Post install/remove commands for Tazpkg.
   32.22  post_install()
   32.23  {
   32.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   32.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   32.26  }
   32.27  
   32.28  post_remove()
   32.29  {
   32.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   32.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   32.32  }
   32.33  
    33.1 --- a/linux64-kvm/receipt	Thu Jan 30 17:31:57 2014 +0000
    33.2 +++ b/linux64-kvm/receipt	Thu Jan 30 21:56:31 2014 +0100
    33.3 @@ -2,7 +2,6 @@
    33.4  
    33.5  PACKAGE="linux64-kvm"
    33.6  VERSION="3.2.53"
    33.7 -BASEVER="${VERSION:0:3}"
    33.8  CATEGORY="base-system"
    33.9  SHORT_DESC="The Linux kernel kvm and virtio modules."
   33.10  MAINTAINER="devel@slitaz.org"
   33.11 @@ -17,7 +16,7 @@
   33.12  {
   33.13      local path
   33.14      _pkg=$install/linux64
   33.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   33.16 +    path=lib/modules/$VERSION-slitaz/kernel
   33.17      mkdir -p $fs/$path
   33.18      export src
   33.19      export _pkg
   33.20 @@ -35,11 +34,11 @@
   33.21  # Post install/remove commands for Tazpkg.
   33.22  post_install()
   33.23  {
   33.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   33.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   33.26  }
   33.27  
   33.28  post_remove()
   33.29  {
   33.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   33.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   33.32  }
   33.33  
    34.1 --- a/linux64-logfs/receipt	Thu Jan 30 17:31:57 2014 +0000
    34.2 +++ b/linux64-logfs/receipt	Thu Jan 30 21:56:31 2014 +0100
    34.3 @@ -2,7 +2,6 @@
    34.4  
    34.5  PACKAGE="linux64-logfs"
    34.6  VERSION="3.2.53"
    34.7 -BASEVER="${VERSION:0:3}"
    34.8  CATEGORY="base-system"
    34.9  SHORT_DESC="The Linux kernel logfs module."
   34.10  MAINTAINER="devel@slitaz.org"
   34.11 @@ -18,7 +17,7 @@
   34.12  {
   34.13      local path
   34.14      _pkg=$install/linux64
   34.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   34.16 +    path=lib/modules/$VERSION-slitaz/kernel
   34.17      mkdir -p $fs/$path $fs/etc
   34.18      export src
   34.19      export _pkg
   34.20 @@ -35,12 +34,12 @@
   34.21  {
   34.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   34.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   34.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   34.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   34.26  }
   34.27  
   34.28  post_remove()
   34.29  {
   34.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   34.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   34.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   34.33  }
   34.34  
    35.1 --- a/linux64-md/receipt	Thu Jan 30 17:31:57 2014 +0000
    35.2 +++ b/linux64-md/receipt	Thu Jan 30 21:56:31 2014 +0100
    35.3 @@ -2,7 +2,6 @@
    35.4  
    35.5  PACKAGE="linux64-md"
    35.6  VERSION="3.2.53"
    35.7 -BASEVER="${VERSION:0:3}"
    35.8  CATEGORY="base-system"
    35.9  SHORT_DESC="The Linux kernel md modules."
   35.10  MAINTAINER="devel@slitaz.org"
   35.11 @@ -18,7 +17,7 @@
   35.12  {
   35.13      local path
   35.14      _pkg=$install/linux64
   35.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   35.16 +    path=lib/modules/$VERSION-slitaz/kernel
   35.17      mkdir -p $fs/$path
   35.18      export src
   35.19      export _pkg
   35.20 @@ -41,11 +40,11 @@
   35.21  # Post install/remove commands for Tazpkg.
   35.22  post_install()
   35.23  {
   35.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   35.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   35.26  }
   35.27  
   35.28  post_remove()
   35.29  {
   35.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   35.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   35.32  }
   35.33  
    36.1 --- a/linux64-media/receipt	Thu Jan 30 17:31:57 2014 +0000
    36.2 +++ b/linux64-media/receipt	Thu Jan 30 21:56:31 2014 +0100
    36.3 @@ -2,7 +2,6 @@
    36.4  
    36.5  PACKAGE="linux64-media"
    36.6  VERSION="3.2.53"
    36.7 -BASEVER="${VERSION:0:3}"
    36.8  CATEGORY="base-system"
    36.9  SHORT_DESC="The Linux kernel media modules."
   36.10  MAINTAINER="slaxemulator@gmail.com"
   36.11 @@ -13,7 +12,7 @@
   36.12  WEB_SITE="http://kernel.org"
   36.13  
   36.14  # Modules paths and list
   36.15 -MOD_PATH="lib/modules/$BASEVER-slitaz/kernel"
   36.16 +MOD_PATH="lib/modules/$VERSION-slitaz/kernel"
   36.17  MODULES="drivers/media drivers/mfd"
   36.18  
   36.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   36.20 @@ -38,10 +37,10 @@
   36.21  # Post install/remove commands for Tazpkg.
   36.22  post_install()
   36.23  {
   36.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   36.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   36.26  }
   36.27  
   36.28  post_remove()
   36.29  {
   36.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   36.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   36.32  }
    37.1 --- a/linux64-memstick/receipt	Thu Jan 30 17:31:57 2014 +0000
    37.2 +++ b/linux64-memstick/receipt	Thu Jan 30 21:56:31 2014 +0100
    37.3 @@ -2,7 +2,6 @@
    37.4  
    37.5  PACKAGE="linux64-memstick"
    37.6  VERSION="3.2.53"
    37.7 -BASEVER="${VERSION:0:3}"
    37.8  CATEGORY="base-system"
    37.9  SHORT_DESC="The Linux kernel sony memory stick modules."
   37.10  MAINTAINER="devel@slitaz.org"
   37.11 @@ -17,7 +16,7 @@
   37.12  {
   37.13      local path
   37.14      _pkg=$install/linux64
   37.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   37.16 +    path=lib/modules/$VERSION-slitaz/kernel
   37.17      mkdir -p $fs/$path
   37.18      
   37.19      export src
   37.20 @@ -39,11 +38,11 @@
   37.21  # Post install/remove commands for Tazpkg.
   37.22  post_install()
   37.23  {
   37.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   37.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   37.26  }
   37.27  
   37.28  post_remove()
   37.29  {
   37.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   37.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   37.32  }
   37.33  
    38.1 --- a/linux64-minix/receipt	Thu Jan 30 17:31:57 2014 +0000
    38.2 +++ b/linux64-minix/receipt	Thu Jan 30 21:56:31 2014 +0100
    38.3 @@ -2,7 +2,6 @@
    38.4  
    38.5  PACKAGE="linux64-minix"
    38.6  VERSION="3.2.53"
    38.7 -BASEVER="${VERSION:0:3}"
    38.8  CATEGORY="base-system"
    38.9  SHORT_DESC="The Linux kernel minix module."
   38.10  MAINTAINER="devel@slitaz.org"
   38.11 @@ -18,7 +17,7 @@
   38.12  {
   38.13      local path
   38.14      _pkg=$install/linux64
   38.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   38.16 +    path=lib/modules/$VERSION-slitaz/kernel
   38.17      mkdir -p $fs/$path $fs/etc
   38.18      export src
   38.19      export _pkg
   38.20 @@ -35,12 +34,12 @@
   38.21  {
   38.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   38.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   38.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   38.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   38.26  }
   38.27  
   38.28  post_remove()
   38.29  {
   38.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   38.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   38.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   38.33  }
   38.34  
    39.1 --- a/linux64-mmc/receipt	Thu Jan 30 17:31:57 2014 +0000
    39.2 +++ b/linux64-mmc/receipt	Thu Jan 30 21:56:31 2014 +0100
    39.3 @@ -2,7 +2,6 @@
    39.4  
    39.5  PACKAGE="linux64-mmc"
    39.6  VERSION="3.2.53"
    39.7 -BASEVER="${VERSION:0:3}"
    39.8  CATEGORY="base-system"
    39.9  SHORT_DESC="The Linux kernel mmc modules (card reader)."
   39.10  MAINTAINER="devel@slitaz.org"
   39.11 @@ -17,7 +16,7 @@
   39.12  {
   39.13      local path
   39.14      _pkg=$install/linux64
   39.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   39.16 +    path=lib/modules/$VERSION-slitaz/kernel
   39.17      mkdir -p $fs/$path
   39.18      export src
   39.19      export _pkg
   39.20 @@ -38,11 +37,11 @@
   39.21  # Post install/remove commands for Tazpkg.
   39.22  post_install()
   39.23  {
   39.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   39.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   39.26  }
   39.27  
   39.28  post_remove()
   39.29  {
   39.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   39.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   39.32  }
   39.33  
    40.1 --- a/linux64-mwave/receipt	Thu Jan 30 17:31:57 2014 +0000
    40.2 +++ b/linux64-mwave/receipt	Thu Jan 30 21:56:31 2014 +0100
    40.3 @@ -2,7 +2,6 @@
    40.4  
    40.5  PACKAGE="linux64-mwave"
    40.6  VERSION="3.2.53"
    40.7 -BASEVER="${VERSION:0:3}"
    40.8  CATEGORY="base-system"
    40.9  SHORT_DESC="The Linux kernel ACP Modem driver module (for IBM Thinkpad)"
   40.10  MAINTAINER="devel@slitaz.org"
   40.11 @@ -17,7 +16,7 @@
   40.12  {
   40.13      local path
   40.14      _pkg=$install/linux64
   40.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   40.16 +    path=lib/modules/$VERSION-slitaz/kernel
   40.17      mkdir -p $fs/$path
   40.18      export src
   40.19      export _pkg
   40.20 @@ -31,11 +30,11 @@
   40.21  # Post install/remove commands for Tazpkg.
   40.22  post_install()
   40.23  {
   40.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   40.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   40.26  }
   40.27  
   40.28  post_remove()
   40.29  {
   40.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   40.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   40.32  }
   40.33  
    41.1 --- a/linux64-nbd/receipt	Thu Jan 30 17:31:57 2014 +0000
    41.2 +++ b/linux64-nbd/receipt	Thu Jan 30 21:56:31 2014 +0100
    41.3 @@ -2,7 +2,6 @@
    41.4  
    41.5  PACKAGE="linux64-nbd"
    41.6  VERSION="3.2.53"
    41.7 -BASEVER="${VERSION:0:3}"
    41.8  CATEGORY="base-system"
    41.9  SHORT_DESC="The Linux kernel network block device modules."
   41.10  MAINTAINER="devel@slitaz.org"
   41.11 @@ -17,7 +16,7 @@
   41.12  {
   41.13      local path
   41.14      _pkg=$install/linux64
   41.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   41.16 +    path=lib/modules/$VERSION-slitaz/kernel
   41.17      mkdir -p $fs/$path
   41.18      export src
   41.19      export _pkg
   41.20 @@ -33,11 +32,11 @@
   41.21  # Post install/remove commands for Tazpkg.
   41.22  post_install()
   41.23  {
   41.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   41.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   41.26  }
   41.27  
   41.28  post_remove()
   41.29  {
   41.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   41.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   41.32  }
   41.33  
    42.1 --- a/linux64-ncpfs/receipt	Thu Jan 30 17:31:57 2014 +0000
    42.2 +++ b/linux64-ncpfs/receipt	Thu Jan 30 21:56:31 2014 +0100
    42.3 @@ -2,7 +2,6 @@
    42.4  
    42.5  PACKAGE="linux64-ncpfs"
    42.6  VERSION="3.2.53"
    42.7 -BASEVER="${VERSION:0:3}"
    42.8  CATEGORY="base-system"
    42.9  SHORT_DESC="The Linux kernel ncpfs module."
   42.10  MAINTAINER="devel@slitaz.org"
   42.11 @@ -18,7 +17,7 @@
   42.12  {
   42.13      local path
   42.14      _pkg=$install/linux64
   42.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   42.16 +    path=lib/modules/$VERSION-slitaz/kernel
   42.17      mkdir -p $fs/$path $fs/etc
   42.18      export src
   42.19      export _pkg
   42.20 @@ -35,12 +34,12 @@
   42.21  {
   42.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   42.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   42.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   42.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   42.26  }
   42.27  
   42.28  post_remove()
   42.29  {
   42.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   42.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   42.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   42.33  }
   42.34  
    43.1 --- a/linux64-netfilter/receipt	Thu Jan 30 17:31:57 2014 +0000
    43.2 +++ b/linux64-netfilter/receipt	Thu Jan 30 21:56:31 2014 +0100
    43.3 @@ -2,7 +2,6 @@
    43.4  
    43.5  PACKAGE="linux64-netfilter"
    43.6  VERSION="3.2.53"
    43.7 -BASEVER="${VERSION:0:3}"
    43.8  CATEGORY="base-system"
    43.9  SHORT_DESC="The Linux kernel netfilter modules."
   43.10  MAINTAINER="devel@slitaz.org"
   43.11 @@ -17,7 +16,7 @@
   43.12  {
   43.13      local path
   43.14      _pkg=$install/linux64
   43.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   43.16 +    path=lib/modules/$VERSION-slitaz/kernel
   43.17      mkdir -p $fs/$path
   43.18      
   43.19      export src
   43.20 @@ -41,11 +40,11 @@
   43.21  # Post install/remove commands for Tazpkg.
   43.22  post_install()
   43.23  {
   43.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   43.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   43.26  }
   43.27  
   43.28  post_remove()
   43.29  {
   43.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   43.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   43.32  }
   43.33  
    44.1 --- a/linux64-nfsd/receipt	Thu Jan 30 17:31:57 2014 +0000
    44.2 +++ b/linux64-nfsd/receipt	Thu Jan 30 21:56:31 2014 +0100
    44.3 @@ -2,7 +2,6 @@
    44.4  
    44.5  PACKAGE="linux64-nfsd"
    44.6  VERSION="3.2.53"
    44.7 -BASEVER="${VERSION:0:3}"
    44.8  CATEGORY="base-system"
    44.9  SHORT_DESC="The Linux kernel NFS server module."
   44.10  MAINTAINER="devel@slitaz.org"
   44.11 @@ -18,7 +17,7 @@
   44.12  {
   44.13      local path
   44.14      _pkg=$install/linux64
   44.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   44.16 +    path=lib/modules/$VERSION-slitaz/kernel
   44.17      mkdir -p $fs/$path $fs/etc
   44.18      export src
   44.19      export _pkg
   44.20 @@ -35,12 +34,12 @@
   44.21  {
   44.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   44.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   44.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   44.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   44.26  }
   44.27  
   44.28  post_remove()
   44.29  {
   44.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   44.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   44.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   44.33  }
   44.34  
    45.1 --- a/linux64-ocfs2/receipt	Thu Jan 30 17:31:57 2014 +0000
    45.2 +++ b/linux64-ocfs2/receipt	Thu Jan 30 21:56:31 2014 +0100
    45.3 @@ -2,7 +2,6 @@
    45.4  
    45.5  PACKAGE="linux64-ocfs2"
    45.6  VERSION="3.2.53"
    45.7 -BASEVER="${VERSION:0:3}"
    45.8  CATEGORY="base-system"
    45.9  SHORT_DESC="ocfs2 filesystem"
   45.10  MAINTAINER="slaxemulator@gmail.com"
   45.11 @@ -17,7 +16,7 @@
   45.12  {
   45.13      local path
   45.14      _pkg=$install/linux64
   45.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   45.16 +    path=lib/modules/$VERSION-slitaz/kernel
   45.17      mkdir -p $fs/$path
   45.18      
   45.19      export src
   45.20 @@ -39,10 +38,10 @@
   45.21  # Post install/remove commands for Tazpkg.
   45.22  post_install()
   45.23  {
   45.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   45.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   45.26  }
   45.27  
   45.28  post_remove()
   45.29  {
   45.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   45.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   45.32  }
    46.1 --- a/linux64-radio/receipt	Thu Jan 30 17:31:57 2014 +0000
    46.2 +++ b/linux64-radio/receipt	Thu Jan 30 21:56:31 2014 +0100
    46.3 @@ -2,7 +2,6 @@
    46.4  
    46.5  PACKAGE="linux64-radio"
    46.6  VERSION="3.2.53"
    46.7 -BASEVER="${VERSION:0:3}"
    46.8  CATEGORY="base-system"
    46.9  SHORT_DESC="The Linux kernel radio modules."
   46.10  MAINTAINER="slaxemulator@gmail.com"
   46.11 @@ -17,7 +16,7 @@
   46.12  {
   46.13      local path
   46.14      _pkg=$install/linux64
   46.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   46.16 +    path=lib/modules/$VERSION-slitaz/kernel
   46.17      mkdir -p $fs/$path
   46.18      
   46.19      export src
   46.20 @@ -40,11 +39,11 @@
   46.21  # Post install/remove commands for Tazpkg.
   46.22  post_install()
   46.23  {
   46.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   46.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   46.26  }
   46.27  
   46.28  post_remove()
   46.29  {
   46.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   46.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   46.32  }
   46.33  
    47.1 --- a/linux64-reiserfs/receipt	Thu Jan 30 17:31:57 2014 +0000
    47.2 +++ b/linux64-reiserfs/receipt	Thu Jan 30 21:56:31 2014 +0100
    47.3 @@ -2,7 +2,6 @@
    47.4  
    47.5  PACKAGE="linux64-reiserfs"
    47.6  VERSION="3.2.53"
    47.7 -BASEVER="${VERSION:0:3}"
    47.8  CATEGORY="base-system"
    47.9  SHORT_DESC="The Linux kernel reiserfs module."
   47.10  MAINTAINER="devel@slitaz.org"
   47.11 @@ -18,7 +17,7 @@
   47.12  {
   47.13      local path
   47.14      _pkg=$install/linux64
   47.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   47.16 +    path=lib/modules/$VERSION-slitaz/kernel
   47.17      mkdir -p $fs/$path $fs/etc
   47.18      export src
   47.19      export _pkg
   47.20 @@ -35,12 +34,12 @@
   47.21  {
   47.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   47.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   47.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   47.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   47.26  }
   47.27  
   47.28  post_remove()
   47.29  {
   47.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   47.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   47.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   47.33  }
   47.34  
    48.1 --- a/linux64-sched/receipt	Thu Jan 30 17:31:57 2014 +0000
    48.2 +++ b/linux64-sched/receipt	Thu Jan 30 21:56:31 2014 +0100
    48.3 @@ -2,7 +2,6 @@
    48.4  
    48.5  PACKAGE="linux64-sched"
    48.6  VERSION="3.2.53"
    48.7 -BASEVER="${VERSION:0:3}"
    48.8  CATEGORY="base-system"
    48.9  SHORT_DESC="The Linux kernel sched modules."
   48.10  MAINTAINER="devel@slitaz.org"
   48.11 @@ -17,7 +16,7 @@
   48.12  {
   48.13      local path
   48.14      _pkg=$install/linux64
   48.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   48.16 +    path=lib/modules/$VERSION-slitaz/kernel
   48.17      mkdir -p $fs/$path
   48.18      
   48.19      export src
   48.20 @@ -33,11 +32,11 @@
   48.21  # Post install/remove commands for Tazpkg.
   48.22  post_install()
   48.23  {
   48.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   48.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   48.26  }
   48.27  
   48.28  post_remove()
   48.29  {
   48.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   48.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   48.32  }
   48.33  
    49.1 --- a/linux64-scsi/receipt	Thu Jan 30 17:31:57 2014 +0000
    49.2 +++ b/linux64-scsi/receipt	Thu Jan 30 21:56:31 2014 +0100
    49.3 @@ -2,7 +2,6 @@
    49.4  
    49.5  PACKAGE="linux64-scsi"
    49.6  VERSION="3.2.53"
    49.7 -BASEVER="${VERSION:0:3}"
    49.8  CATEGORY="base-system"
    49.9  SHORT_DESC="The Linux kernel scsi modules."
   49.10  MAINTAINER="devel@slitaz.org"
   49.11 @@ -17,7 +16,7 @@
   49.12  {
   49.13      local path
   49.14      _pkg=$install/linux64
   49.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   49.16 +    path=lib/modules/$VERSION-slitaz/kernel
   49.17      mkdir -p $fs/$path
   49.18      export src
   49.19      export _pkg
   49.20 @@ -31,11 +30,11 @@
   49.21  # Post install/remove commands for Tazpkg.
   49.22  post_install()
   49.23  {
   49.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   49.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   49.26  }
   49.27  
   49.28  post_remove()
   49.29  {
   49.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   49.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   49.32  }
   49.33  
    50.1 --- a/linux64-sound/receipt	Thu Jan 30 17:31:57 2014 +0000
    50.2 +++ b/linux64-sound/receipt	Thu Jan 30 21:56:31 2014 +0100
    50.3 @@ -2,7 +2,6 @@
    50.4  
    50.5  PACKAGE="linux64-sound"
    50.6  VERSION="3.2.53"
    50.7 -BASEVER="${VERSION:0:3}"
    50.8  CATEGORY="base-system"
    50.9  SHORT_DESC="The Linux kernel sound modules."
   50.10  MAINTAINER="devel@slitaz.org"
   50.11 @@ -17,7 +16,7 @@
   50.12  {
   50.13      local path
   50.14      _pkg=$install/linux64
   50.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   50.16 +    path=lib/modules/$VERSION-slitaz/kernel
   50.17      mkdir -p $fs/$path
   50.18      export src
   50.19      export _pkg
   50.20 @@ -42,11 +41,11 @@
   50.21  # Post install/remove commands for Tazpkg.
   50.22  post_install()
   50.23  {
   50.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   50.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   50.26  }
   50.27  
   50.28  post_remove()
   50.29  {
   50.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   50.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   50.32  }
   50.33  
    51.1 --- a/linux64-speakup/receipt	Thu Jan 30 17:31:57 2014 +0000
    51.2 +++ b/linux64-speakup/receipt	Thu Jan 30 21:56:31 2014 +0100
    51.3 @@ -2,7 +2,6 @@
    51.4  
    51.5  PACKAGE="linux64-speakup"
    51.6  VERSION="3.2.53"
    51.7 -BASEVER="${VERSION:0:3}"
    51.8  CATEGORY="base-system"
    51.9  SHORT_DESC="The Linux kernel Speakup modules."
   51.10  MAINTAINER="erjo@slitaz.org"
   51.11 @@ -17,7 +16,7 @@
   51.12  {
   51.13      local path
   51.14      _pkg=$install/linux64
   51.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   51.16 +    path=lib/modules/$VERSION-slitaz/kernel
   51.17      mkdir -p $fs/$path
   51.18      export src
   51.19      export _pkg
   51.20 @@ -37,11 +36,11 @@
   51.21  # Post install/remove commands for Tazpkg.
   51.22  post_install()
   51.23  {
   51.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   51.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   51.26  }
   51.27  
   51.28  post_remove()
   51.29  {
   51.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   51.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   51.32  }
   51.33  
    52.1 --- a/linux64-squashfs/receipt	Thu Jan 30 17:31:57 2014 +0000
    52.2 +++ b/linux64-squashfs/receipt	Thu Jan 30 21:56:31 2014 +0100
    52.3 @@ -2,7 +2,6 @@
    52.4  
    52.5  PACKAGE="linux64-squashfs"
    52.6  VERSION="3.2.53"
    52.7 -BASEVER="${VERSION:0:3}"
    52.8  CATEGORY="base-system"
    52.9  SHORT_DESC="The Linux kernel squashfs module."
   52.10  MAINTAINER="devel@slitaz.org"
   52.11 @@ -18,7 +17,7 @@
   52.12  {
   52.13      local path
   52.14      _pkg=$install/linux64
   52.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   52.16 +    path=lib/modules/$VERSION-slitaz/kernel
   52.17      mkdir -p $fs/$path $fs/etc
   52.18      export src
   52.19      export _pkg
   52.20 @@ -35,12 +34,12 @@
   52.21  {
   52.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   52.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   52.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   52.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   52.26  }
   52.27  
   52.28  post_remove()
   52.29  {
   52.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   52.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   52.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   52.33  }
   52.34  
    53.1 --- a/linux64-staging/receipt	Thu Jan 30 17:31:57 2014 +0000
    53.2 +++ b/linux64-staging/receipt	Thu Jan 30 21:56:31 2014 +0100
    53.3 @@ -2,7 +2,6 @@
    53.4  
    53.5  PACKAGE="linux64-staging"
    53.6  VERSION="3.2.53"
    53.7 -BASEVER="${VERSION:0:3}"
    53.8  CATEGORY="base-system"
    53.9  SHORT_DESC="staging kernel modules"
   53.10  MAINTAINER="slaxemulator@gmail.com"
   53.11 @@ -17,7 +16,7 @@
   53.12  {
   53.13      local path
   53.14      _pkg=$install/linux64
   53.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   53.16 +    path=lib/modules/$VERSION-slitaz/kernel
   53.17      mkdir -p $fs/$path
   53.18      
   53.19      export src
   53.20 @@ -39,10 +38,10 @@
   53.21  # Post install/remove commands for Tazpkg.
   53.22  post_install()
   53.23  {
   53.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   53.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   53.26  }
   53.27  
   53.28  post_remove()
   53.29  {
   53.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   53.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   53.32  }
    54.1 --- a/linux64-usb-misc/receipt	Thu Jan 30 17:31:57 2014 +0000
    54.2 +++ b/linux64-usb-misc/receipt	Thu Jan 30 21:56:31 2014 +0100
    54.3 @@ -2,7 +2,6 @@
    54.4  
    54.5  PACKAGE="linux64-usb-misc"
    54.6  VERSION="3.2.53"
    54.7 -BASEVER="${VERSION:0:3}"
    54.8  CATEGORY="base-system"
    54.9  SHORT_DESC="The Linux kernel misc. USB drivers, including the Lego USB tower."
   54.10  MAINTAINER="rcx@zoominternet.net"
   54.11 @@ -17,7 +16,7 @@
   54.12  {
   54.13      local path
   54.14      _pkg=$install/linux64
   54.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   54.16 +    path=lib/modules/$VERSION-slitaz/kernel
   54.17      mkdir -p $fs/$path
   54.18      export src
   54.19      export _pkg
   54.20 @@ -32,11 +31,11 @@
   54.21  # Post install/remove commands for Tazpkg.
   54.22  post_install()
   54.23  {
   54.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   54.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   54.26  }
   54.27  
   54.28  post_remove()
   54.29  {
   54.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   54.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   54.32  }
   54.33  
    55.1 --- a/linux64-usbdsl/receipt	Thu Jan 30 17:31:57 2014 +0000
    55.2 +++ b/linux64-usbdsl/receipt	Thu Jan 30 21:56:31 2014 +0100
    55.3 @@ -2,7 +2,6 @@
    55.4  
    55.5  PACKAGE="linux64-usbdsl"
    55.6  VERSION="3.2.53"
    55.7 -BASEVER="${VERSION:0:3}"
    55.8  CATEGORY="base-system"
    55.9  SHORT_DESC="The Linux kernel usb dsl modem modules."
   55.10  MAINTAINER="devel@slitaz.org"
   55.11 @@ -17,7 +16,7 @@
   55.12  {
   55.13      local path
   55.14      _pkg=$install/linux64
   55.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   55.16 +    path=lib/modules/$VERSION-slitaz/kernel
   55.17      mkdir -p $fs/$path
   55.18      
   55.19      export src
   55.20 @@ -34,11 +33,11 @@
   55.21  # Post install/remove commands for Tazpkg.
   55.22  post_install()
   55.23  {
   55.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   55.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   55.26  }
   55.27  
   55.28  post_remove()
   55.29  {
   55.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   55.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   55.32  }
   55.33  
    56.1 --- a/linux64-usbip/receipt	Thu Jan 30 17:31:57 2014 +0000
    56.2 +++ b/linux64-usbip/receipt	Thu Jan 30 21:56:31 2014 +0100
    56.3 @@ -2,7 +2,6 @@
    56.4  
    56.5  PACKAGE="linux64-usbip"
    56.6  VERSION="3.2.53"
    56.7 -BASEVER="${VERSION:0:3}"
    56.8  CATEGORY="base-system"
    56.9  SHORT_DESC="The Linux kernel usbip module."
   56.10  MAINTAINER="devel@slitaz.org"
   56.11 @@ -18,7 +17,7 @@
   56.12  {
   56.13      local path
   56.14      _pkg=$install/linux64
   56.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   56.16 +    path=lib/modules/$VERSION-slitaz/kernel
   56.17      mkdir -p $fs/$path
   56.18      export src
   56.19      export _pkg
   56.20 @@ -34,12 +33,12 @@
   56.21  {
   56.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
   56.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
   56.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   56.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   56.26  }
   56.27  
   56.28  post_remove()
   56.29  {
   56.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
   56.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
   56.32 +	chroot "$root/" depmod -a $VERSION-slitaz
   56.33  }
   56.34  
    57.1 --- a/linux64-uwb/receipt	Thu Jan 30 17:31:57 2014 +0000
    57.2 +++ b/linux64-uwb/receipt	Thu Jan 30 21:56:31 2014 +0100
    57.3 @@ -2,7 +2,6 @@
    57.4  
    57.5  PACKAGE="linux64-uwb"
    57.6  VERSION="3.2.53"
    57.7 -BASEVER="${VERSION:0:3}"
    57.8  CATEGORY="base-system"
    57.9  SHORT_DESC="The Linux kernel uwb modules."
   57.10  MAINTAINER="devel@slitaz.org"
   57.11 @@ -17,7 +16,7 @@
   57.12  {
   57.13      local path
   57.14      _pkg=$install/linux64
   57.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   57.16 +    path=lib/modules/$VERSION-slitaz/kernel
   57.17      mkdir -p $fs/$path
   57.18      
   57.19      export src
   57.20 @@ -34,11 +33,11 @@
   57.21  # Post install/remove commands for Tazpkg.
   57.22  post_install()
   57.23  {
   57.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   57.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   57.26  }
   57.27  
   57.28  post_remove()
   57.29  {
   57.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   57.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   57.32  }
   57.33  
    58.1 --- a/linux64-video/receipt	Thu Jan 30 17:31:57 2014 +0000
    58.2 +++ b/linux64-video/receipt	Thu Jan 30 21:56:31 2014 +0100
    58.3 @@ -2,7 +2,6 @@
    58.4  
    58.5  PACKAGE="linux64-video"
    58.6  VERSION="3.2.53"
    58.7 -BASEVER="${VERSION:0:3}"
    58.8  CATEGORY="base-system"
    58.9  SHORT_DESC="The Linux kernel video modules."
   58.10  MAINTAINER="devel@slitaz.org"
   58.11 @@ -13,7 +12,7 @@
   58.12  WEB_SITE="http://www.kernel.org/"
   58.13  
   58.14  # Modules paths and list
   58.15 -MOD_PATH="lib/modules/$BASEVER-slitaz/kernel"
   58.16 +MOD_PATH="lib/modules/$VERSION-slitaz/kernel"
   58.17  MODULES="drivers/video/backlight"
   58.18  
   58.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   58.20 @@ -32,11 +31,11 @@
   58.21  # Post install/remove commands for Tazpkg.
   58.22  post_install()
   58.23  {
   58.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   58.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   58.26  }
   58.27  
   58.28  post_remove()
   58.29  {
   58.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   58.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   58.32  }
   58.33  
    59.1 --- a/linux64-wan/receipt	Thu Jan 30 17:31:57 2014 +0000
    59.2 +++ b/linux64-wan/receipt	Thu Jan 30 21:56:31 2014 +0100
    59.3 @@ -2,7 +2,6 @@
    59.4  
    59.5  PACKAGE="linux64-wan"
    59.6  VERSION="3.2.53"
    59.7 -BASEVER="${VERSION:0:3}"
    59.8  CATEGORY="base-system"
    59.9  SHORT_DESC="Wide Area Networks (WANs) kernel modules"
   59.10  MAINTAINER="slaxemulator@gmail.com"
   59.11 @@ -17,7 +16,7 @@
   59.12  {
   59.13      local path
   59.14      _pkg=$install/linux64
   59.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   59.16 +    path=lib/modules/$VERSION-slitaz/kernel
   59.17      mkdir -p $fs/$path
   59.18      
   59.19      export src
   59.20 @@ -39,10 +38,10 @@
   59.21  # Post install/remove commands for Tazpkg.
   59.22  post_install()
   59.23  {
   59.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   59.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   59.26  }
   59.27  
   59.28  post_remove()
   59.29  {
   59.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   59.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   59.32  }
    60.1 --- a/linux64-wimax/receipt	Thu Jan 30 17:31:57 2014 +0000
    60.2 +++ b/linux64-wimax/receipt	Thu Jan 30 21:56:31 2014 +0100
    60.3 @@ -2,7 +2,6 @@
    60.4  
    60.5  PACKAGE="linux64-wimax"
    60.6  VERSION="3.2.53"
    60.7 -BASEVER="${VERSION:0:3}"
    60.8  CATEGORY="base-system"
    60.9  SHORT_DESC="The Linux kernel wimax modules."
   60.10  MAINTAINER="devel@slitaz.org"
   60.11 @@ -17,7 +16,7 @@
   60.12  {
   60.13      local path
   60.14      _pkg=$install/linux64
   60.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   60.16 +    path=lib/modules/$VERSION-slitaz/kernel
   60.17      mkdir -p $fs/$path
   60.18      
   60.19      export src
   60.20 @@ -39,11 +38,11 @@
   60.21  # Post install/remove commands for Tazpkg.
   60.22  post_install()
   60.23  {
   60.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   60.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   60.26  }
   60.27  
   60.28  post_remove()
   60.29  {
   60.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   60.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   60.32  }
   60.33  
    61.1 --- a/linux64-wireless/receipt	Thu Jan 30 17:31:57 2014 +0000
    61.2 +++ b/linux64-wireless/receipt	Thu Jan 30 21:56:31 2014 +0100
    61.3 @@ -2,7 +2,6 @@
    61.4  
    61.5  PACKAGE="linux64-wireless"
    61.6  VERSION="3.2.53"
    61.7 -BASEVER="${VERSION:0:3}"
    61.8  CATEGORY="base-system"
    61.9  SHORT_DESC="The Linux kernel wireless modules."
   61.10  MAINTAINER="devel@slitaz.org"
   61.11 @@ -17,7 +16,7 @@
   61.12  {
   61.13      local path
   61.14      _pkg=$install/linux64
   61.15 -    path=lib/modules/$BASEVER-slitaz/kernel
   61.16 +    path=lib/modules/$VERSION-slitaz/kernel
   61.17      mkdir -p $fs/$path
   61.18      
   61.19      export src
   61.20 @@ -44,11 +43,11 @@
   61.21  # Post install/remove commands for Tazpkg.
   61.22  post_install()
   61.23  {
   61.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   61.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   61.26  }
   61.27  
   61.28  post_remove()
   61.29  {
   61.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   61.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   61.32  }
   61.33  
    62.1 --- a/linux64-without-modules/receipt	Thu Jan 30 17:31:57 2014 +0000
    62.2 +++ b/linux64-without-modules/receipt	Thu Jan 30 21:56:31 2014 +0100
    62.3 @@ -2,7 +2,6 @@
    62.4  
    62.5  PACKAGE="linux64-without-modules"
    62.6  VERSION="3.2.53"
    62.7 -BASEVER="${VERSION:0:3}"
    62.8  CATEGORY="base-system"
    62.9  SHORT_DESC="The Linux kernel without module support."
   62.10  MAINTAINER="devel@slitaz.org"
    63.1 --- a/linux64-zram/receipt	Thu Jan 30 17:31:57 2014 +0000
    63.2 +++ b/linux64-zram/receipt	Thu Jan 30 21:56:31 2014 +0100
    63.3 @@ -2,7 +2,6 @@
    63.4  
    63.5  PACKAGE="linux64-zram"
    63.6  VERSION="3.2.53"
    63.7 -BASEVER="${VERSION:0:3}"
    63.8  CATEGORY="base-system"
    63.9  SHORT_DESC="Compressed caching"
   63.10  MAINTAINER="devel@slitaz.org"
   63.11 @@ -18,7 +17,7 @@
   63.12  {
   63.13  	local path
   63.14  	_pkg=$install/linux64
   63.15 -	path=lib/modules/$BASEVER-slitaz/kernel
   63.16 +	path=lib/modules/$VERSION-slitaz/kernel
   63.17  	mkdir -p $fs/$path $fs/etc/init.d
   63.18  	export src
   63.19  	export _pkg
   63.20 @@ -35,11 +34,11 @@
   63.21  # Post install/remove commands for Tazpkg.
   63.22  post_install()
   63.23  {
   63.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
   63.25 +	chroot "$root/" depmod -a $VERSION-slitaz
   63.26  }
   63.27  
   63.28  post_remove()
   63.29  {
   63.30 -	chroot "$1/" depmod -a $BASEVER-slitaz
   63.31 +	chroot "$root/" depmod -a $VERSION-slitaz
   63.32  }
   63.33  
    64.1 --- a/linux64/receipt	Thu Jan 30 17:31:57 2014 +0000
    64.2 +++ b/linux64/receipt	Thu Jan 30 21:56:31 2014 +0100
    64.3 @@ -2,7 +2,6 @@
    64.4  
    64.5  PACKAGE="linux64"
    64.6  VERSION="3.2.53"
    64.7 -KBASEVER="${VERSION:0:3}"
    64.8  CATEGORY="base-system"
    64.9  SHORT_DESC="The Linux 64 bits kernel and modules."
   64.10  MAINTAINER="devel@slitaz.org"
   64.11 @@ -10,7 +9,9 @@
   64.12  WEB_SITE="http://www.kernel.org/"
   64.13  WANTED="linux"
   64.14  PROVIDE="linux"
   64.15 -CONFIG_FILES="/lib/modules/$KBASEVER-slitaz/modules.dep"
   64.16 +
   64.17 +# We want it regenerated on each kernel/module install
   64.18 +#CONFIG_FILES="/lib/modules/$VERSION-slitaz/modules.dep"
   64.19  
   64.20  DEPENDS="depmod"
   64.21  
   64.22 @@ -20,12 +21,11 @@
   64.23      local path
   64.24      _pkg=$install/linux64
   64.25      cp -a $_pkg/boot $fs
   64.26 -    path=$fs/lib/modules/$KBASEVER-slitaz/kernel
   64.27 +    path=$fs/lib/modules/$VERSION-slitaz/kernel
   64.28      mkdir -p $path
   64.29 -    cp -a $_pkg/lib/modules/$KBASEVER-slitaz/mo* \
   64.30 -		$fs/lib/modules/$KBASEVER-slitaz
   64.31 -    [ "$KBASEVER" != "$VERSION" ] &&
   64.32 -	ln -s $KBASEVER-slitaz $fs/lib/modules/$VERSION-slitaz
   64.33 +    cp -a $_pkg/lib/modules/$VERSION-slitaz/mo* \
   64.34 +		$fs/lib/modules/$VERSION-slitaz
   64.35 +
   64.36      # Get the base modules
   64.37      export src
   64.38      export _pkg
   64.39 @@ -35,11 +35,11 @@
   64.40      while read module; do
   64.41      	dir=$(dirname $module)
   64.42      	[ -d $path/$dir ] || mkdir -p $path/$dir
   64.43 -        cp -a $_pkg/lib/modules/$KBASEVER-slitaz/kernel/$module $path/$dir
   64.44 +        cp -a $_pkg/lib/modules/$VERSION-slitaz/kernel/$module $path/$dir
   64.45      done < $WOK/$PACKAGE/source/tmp/modules.list
   64.46      # Remove unresolved links
   64.47 -    rm -f $fs/lib/modules/$KBASEVER-slitaz/build
   64.48 -    rm -f $fs/lib/modules/$KBASEVER-slitaz/source
   64.49 +    rm -f $fs/lib/modules/$VERSION-slitaz/build
   64.50 +    rm -f $fs/lib/modules/$VERSION-slitaz/source
   64.51      # Cook all packages with a kernel module
   64.52      for i in $(cd $WOK; grep -l 'cook linux$' */receipt)
   64.53      do
   64.54 @@ -47,8 +47,8 @@
   64.55      done
   64.56      # Fixed modules.dep to use right path
   64.57      # saves 100kb of space too
   64.58 -    sed -i "s|$_pkg||g" $fs/lib/modules/$KBASEVER-slitaz/modules.dep
   64.59 -    sed -i "s|99.98.$KBASEVER-slitaz|$KBASEVER-slitaz|g" $fs/lib/modules/$KBASEVER-slitaz/modules.dep
   64.60 +    sed -i "s|$_pkg||g" $fs/lib/modules/$VERSION-slitaz/modules.dep
   64.61 +    sed -i "s|99.98.$VERSION-slitaz|$VERSION-slitaz|g" $fs/lib/modules/$VERSION-slitaz/modules.dep
   64.62      # Check and echo any module in kernel .config that's not added to 
   64.63      # one of linux-* pkgs
   64.64  	$wanted_stuff/check_modules.sh 2>&1 | grep -v files.list
   64.65 @@ -58,11 +58,11 @@
   64.66  post_install()
   64.67  {
   64.68      echo "Processing post-install commands..."
   64.69 -    chroot "$1/" depmod -a $KBASEVER-slitaz
   64.70 +    chroot "$root/" depmod -a $VERSION-slitaz
   64.71      # GRUB stuff.
   64.72 -    if [ -f "$1/boot/grub/menu.lst" ]; then
   64.73 -    	root_dev=`cat $1/boot/grub/menu.lst | grep root= | sed 's/.*root=\([^ ]*\).*/\1/' | head -n 1`
   64.74 -		grub_dev=`cat $1/boot/grub/menu.lst | grep "root (" | head -n 1`
   64.75 +    if [ -f "$root/boot/grub/menu.lst" ]; then
   64.76 +    	root_dev=$(cat $root/boot/grub/menu.lst | grep root= | sed 's/.*root=\([^ ]*\).*/\1/' | head -n 1)
   64.77 +		grub_dev=$(cat $root/boot/grub/menu.lst | grep "root (" | head -n 1)
   64.78  		# Add new kernel entry in case of upgrade for installed system.
   64.79  		if ! grep -q $PACKAGE-$VERSION-slitaz $1/boot/grub/menu.lst; then
   64.80      		cat >> $1/boot/grub/menu.lst << EOT