# HG changeset patch # User Pascal Bellard # Date 1241681828 -7200 # Node ID f306d126580e9b7f29a5bd27673ecbfaf6631b9d # Parent 8785eea6ab59a1ce0bbe5a6a71fddaa56d3eb16a linux modules depends on depmod diff -r 8785eea6ab59 -r f306d126580e atl1e/receipt --- a/atl1e/receipt Thu May 07 09:09:46 2009 +0200 +++ b/atl1e/receipt Thu May 07 09:37:08 2009 +0200 @@ -30,5 +30,5 @@ post_install() { - depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz } diff -r 8785eea6ab59 -r f306d126580e atl2/receipt --- a/atl2/receipt Thu May 07 09:09:46 2009 +0200 +++ b/atl2/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Driver for the Atheros L2" MAINTAINER="erjo@slitaz.org" -DEPENDS="" +DEPENDS="linux" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://atl2.sf.net/" WGET_URL="http://people.redhat.com/csnook/atl2/atl2-2.0.4.tar.bz2" @@ -40,7 +40,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e aufs-module/receipt --- a/aufs-module/receipt Thu May 07 09:09:46 2009 +0200 +++ b/aufs-module/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Stackable unification FileSystem Linux kernel module." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WEB_SITE="http://aufs.sourceforge.net/" WANTED="aufs" @@ -17,7 +18,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e compat-wireless/receipt --- a/compat-wireless/receipt Thu May 07 09:09:46 2009 +0200 +++ b/compat-wireless/receipt Thu May 07 09:37:08 2009 +0200 @@ -8,6 +8,7 @@ WEB_SITE="http://wireless.kernel.org/" TARBALL="$PACKAGE-old-$VERSION.tar.bz2" WGET_URL="${WEB_SITE}download/$PACKAGE-2.6/$TARBALL" +DEPENDS="linux" BUILD_DEPENDS="lzma" PROVIDE="linux-wireless" @@ -53,7 +54,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e compcache/receipt --- a/compcache/receipt Thu May 07 09:09:46 2009 +0200 +++ b/compcache/receipt Thu May 07 09:37:08 2009 +0200 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/compcache/" WGET_URL="http://compcache.googlecode.com/files/$TARBALL" +DEPENDS="linux" BUILD_DEPENDS="lzma" # Rules to configure and make the package. @@ -47,7 +48,7 @@ post_install() { echo "Processing post-install commands..." - depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e kqemu/receipt --- a/kqemu/receipt Thu May 07 09:09:46 2009 +0200 +++ b/kqemu/receipt Thu May 07 09:37:08 2009 +0200 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://bellard.org/qemu" WGET_URL="$WEB_SITE/$TARBALL" +DEPENDS="linux" BUILD_DEPENDS="gcc3" SUGGESTED="qemu" @@ -42,7 +43,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-acpi/receipt --- a/linux-acpi/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-acpi/receipt Thu May 07 09:37:08 2009 +0200 @@ -4,6 +4,7 @@ VERSION="2.6.25.5" CATEGORY="base-system" SHORT_DESC="The Linux kernel acpi modules." +DEPENDS="linux" MAINTAINER="pascal.bellard@slitaz.org" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -30,7 +31,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-agp/receipt --- a/linux-agp/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-agp/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel AGP modules." MAINTAINER="erjo@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -26,7 +27,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-appletalk/receipt --- a/linux-appletalk/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-appletalk/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel appletalk modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -30,7 +31,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-bluetooth/receipt --- a/linux-bluetooth/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-bluetooth/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel bluetooth modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -26,7 +27,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-cifs/receipt --- a/linux-cifs/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-cifs/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel cifs module." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" CONFIG_FILES="/etc/filesystems" @@ -30,7 +31,7 @@ { grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ echo "${PACKAGE#*-}" >> $1/etc/filesystems - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-coda/receipt --- a/linux-coda/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-coda/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel coda module." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -26,7 +27,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-cpufreq/receipt --- a/linux-cpufreq/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-cpufreq/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel cpufreq modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -27,7 +28,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-cramfs/receipt --- a/linux-cramfs/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-cramfs/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel cramfs module." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -26,7 +27,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-crypto/receipt --- a/linux-crypto/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-crypto/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel crypto modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -27,7 +28,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-cryptoloop/receipt --- a/linux-cryptoloop/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-cryptoloop/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel cryptoloop modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" DEPENDS="linux-crypto" @@ -28,7 +29,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-gfs2/receipt --- a/linux-gfs2/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-gfs2/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel gfs2 module." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -26,7 +27,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-hfsplus/receipt --- a/linux-hfsplus/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-hfsplus/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel hfsplus module." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" CONFIG_FILES="/etc/filesystems" @@ -30,7 +31,7 @@ { grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ echo "${PACKAGE#*-}" >> $1/etc/filesystems - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-ieee1394/receipt --- a/linux-ieee1394/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-ieee1394/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel ieee1394 modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -26,7 +27,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-ipv6/receipt --- a/linux-ipv6/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-ipv6/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel ipv6 modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -26,7 +27,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-isdn/receipt --- a/linux-isdn/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-isdn/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel isdn modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -26,7 +27,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-jfs/receipt --- a/linux-jfs/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-jfs/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel jfs module." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" CONFIG_FILES="/etc/filesystems" @@ -30,7 +31,7 @@ { grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ echo "${PACKAGE#*-}" >> $1/etc/filesystems - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-joystick/receipt --- a/linux-joystick/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-joystick/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel joystick modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -27,7 +28,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-kvm/receipt --- a/linux-kvm/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-kvm/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel kvm and virtio modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -27,7 +28,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-md/receipt --- a/linux-md/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-md/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel md modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" DEPENDS="linux-crypto" @@ -30,7 +31,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-memstick/receipt --- a/linux-memstick/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-memstick/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel sony memory stick modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -29,7 +30,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-mmc/receipt --- a/linux-mmc/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-mmc/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel mmc modules (card reader)." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -26,7 +27,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-mwave/receipt --- a/linux-mwave/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-mwave/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel ACP Modem driver module (for IBM Thinkpad)" MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -26,7 +27,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-ncpfs/receipt --- a/linux-ncpfs/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-ncpfs/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel ncpfs module." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" CONFIG_FILES="/etc/filesystems" @@ -29,7 +30,7 @@ { grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ echo "${PACKAGE#*-}" >> $1/etc/filesystems - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-netfilter/receipt --- a/linux-netfilter/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-netfilter/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel netfilter modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -30,7 +31,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-reiserfs/receipt --- a/linux-reiserfs/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-reiserfs/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel reiserfs module." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" CONFIG_FILES="/etc/filesystems" @@ -30,7 +31,7 @@ { grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ echo "${PACKAGE#*-}" >> $1/etc/filesystems - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-sched/receipt --- a/linux-sched/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-sched/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel sched modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -29,7 +30,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-scsi/receipt --- a/linux-scsi/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-scsi/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel scsi modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -27,7 +28,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-sound/receipt --- a/linux-sound/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-sound/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel sound modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -27,7 +28,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-tickless/receipt --- a/linux-tickless/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-tickless/receipt Thu May 07 09:37:08 2009 +0200 @@ -4,6 +4,7 @@ VERSION="2.6.25.5" CATEGORY="base-system" SHORT_DESC="The Linux kernel and modules." +DEPENDS="linux" BUILD_DEPENDS="slitaz-toolchain perl" MAINTAINER="pascal.bellard@slitaz.org" SOURCE="linux" @@ -82,7 +83,7 @@ post_install() { echo "Processing post-install commands..." - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz if [ -f "$1/boot/grub/menu.lst" ]; then root_dev=`cat $1/boot/grub/menu.lst | grep root= | sed 's/.*root=\([^ ]*\).*/\1/'` grub_dev=`cat $1/boot/grub/menu.lst | grep "root ("` diff -r 8785eea6ab59 -r f306d126580e linux-udf/receipt --- a/linux-udf/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-udf/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel udf module." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -26,7 +27,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-usbdsl/receipt --- a/linux-usbdsl/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-usbdsl/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel usb dsl modem modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -30,7 +31,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-video/receipt --- a/linux-video/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-video/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel video modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" @@ -27,7 +28,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux-wireless/receipt --- a/linux-wireless/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux-wireless/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel wireless modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WANTED="linux" WEB_SITE="http://www.kernel.org/" DEPENDS="linux-crypto wireless_tools" @@ -31,7 +32,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e linux/receipt --- a/linux/receipt Thu May 07 09:09:46 2009 +0200 +++ b/linux/receipt Thu May 07 09:37:08 2009 +0200 @@ -4,6 +4,7 @@ VERSION="2.6.25.5" CATEGORY="base-system" SHORT_DESC="The Linux kernel and modules." +DEPENDS="depmod" BUILD_DEPENDS="slitaz-toolchain perl" MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" @@ -89,7 +90,7 @@ post_install() { echo "Processing post-install commands..." - depmod -a -b "$1/" $VERSION-slitaz + chroot "$1/" depmod -a $VERSION-slitaz if [ -f "$1/boot/grub/menu.lst" ]; then root_dev=`cat $1/boot/grub/menu.lst | grep root= | sed 's/.*root=\([^ ]*\).*/\1/'` grub_dev=`cat $1/boot/grub/menu.lst | grep "root ("` diff -r 8785eea6ab59 -r f306d126580e mISDN/receipt --- a/mISDN/receipt Thu May 07 09:09:46 2009 +0200 +++ b/mISDN/receipt Thu May 07 09:37:08 2009 +0200 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.misdn.org/" WGET_URL="${WEB_SITE}downloads/releases/$TARBALL" +DEPENDS="linux" BUILD_DEPENDS="linux" # Rules to configure and make the package. @@ -53,7 +54,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e madwifi/receipt --- a/madwifi/receipt Thu May 07 09:09:46 2009 +0200 +++ b/madwifi/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Driver for Atheros-based WLAN cards" MAINTAINER="erjo@slitaz.org" -DEPENDS="" +DEPENDS="linux" SOURCE="madwifi-hal-0.10.5.6-r3861-20080903" TARBALL="$SOURCE.tar.gz" WEB_SITE="http://madwifi.org" @@ -47,7 +47,7 @@ post_install() { echo "Processing post-install commands..." - depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e ndiswrapper-driver/receipt --- a/ndiswrapper-driver/receipt Thu May 07 09:09:46 2009 +0200 +++ b/ndiswrapper-driver/receipt Thu May 07 09:37:08 2009 +0200 @@ -48,7 +48,7 @@ post_install() { echo "Processing post-install commands..." - depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e nvidia/receipt --- a/nvidia/receipt Thu May 07 09:09:46 2009 +0200 +++ b/nvidia/receipt Thu May 07 09:37:08 2009 +0200 @@ -51,7 +51,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e rt2860sta/receipt --- a/rt2860sta/receipt Thu May 07 09:09:46 2009 +0200 +++ b/rt2860sta/receipt Thu May 07 09:37:08 2009 +0200 @@ -32,5 +32,5 @@ post_install() { - depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz } diff -r 8785eea6ab59 -r f306d126580e squashfs-module/receipt --- a/squashfs-module/receipt Thu May 07 09:09:46 2009 +0200 +++ b/squashfs-module/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Linux squashfs module." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WEB_SITE="http://squashfs.sourceforge.net/" WANTED="squashfs" @@ -20,7 +21,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e usbip-module/receipt --- a/usbip-module/receipt Thu May 07 09:09:46 2009 +0200 +++ b/usbip-module/receipt Thu May 07 09:37:08 2009 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="general USB device sharing system over IP network, kernel modules." MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="linux" WEB_SITE="http://usbip.sourceforge.net/" WANTED="usbip" @@ -20,7 +21,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz } post_remove() diff -r 8785eea6ab59 -r f306d126580e zaptel/receipt --- a/zaptel/receipt Thu May 07 09:09:46 2009 +0200 +++ b/zaptel/receipt Thu May 07 09:37:08 2009 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Zapata Telephony Interface Driver." MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://www.digium.com/" -DEPENDS="libusb newt" +DEPENDS="libusb newt linux" WANTED="bristuff" CONFIG_FILES="/etc/zaptel.conf" @@ -45,7 +45,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz } post_remove()