# HG changeset patch # User Pascal Bellard # Date 1219246116 0 # Node ID c343c644ab920469dd381cfec1bca96c3b16d6fb # Parent 1f3b7c0e6144a0cefed0389d5ad3c9cf4a04ce4b Force module version in depmod diff -r 1f3b7c0e6144 -r c343c644ab92 atl2/receipt --- a/atl2/receipt Wed Aug 20 15:13:11 2008 +0000 +++ b/atl2/receipt Wed Aug 20 15:28:36 2008 +0000 @@ -40,7 +40,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b /$1 + depmod -a -b "$1/" $EXTRAVERSION-slitaz } post_remove() diff -r 1f3b7c0e6144 -r c343c644ab92 kqemu/receipt --- a/kqemu/receipt Wed Aug 20 15:13:11 2008 +0000 +++ b/kqemu/receipt Wed Aug 20 15:28:36 2008 +0000 @@ -42,11 +42,11 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" + depmod -a -b "$1/" $EXTRAVERSION-slitaz } post_remove() { - depmod -a + depmod -a } diff -r 1f3b7c0e6144 -r c343c644ab92 mISDN/receipt --- a/mISDN/receipt Wed Aug 20 15:13:11 2008 +0000 +++ b/mISDN/receipt Wed Aug 20 15:28:36 2008 +0000 @@ -46,7 +46,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" + depmod -a -b "$1/" $EXTRAVERSION-slitaz } post_remove() diff -r 1f3b7c0e6144 -r c343c644ab92 madwifi/receipt --- a/madwifi/receipt Wed Aug 20 15:13:11 2008 +0000 +++ b/madwifi/receipt Wed Aug 20 15:28:36 2008 +0000 @@ -43,7 +43,7 @@ post_install() { echo "Processing post-install commands..." - depmod -a -b /$1 + depmod -a -b "$1/" $EXTRAVERSION-slitaz } post_remove() diff -r 1f3b7c0e6144 -r c343c644ab92 ndiswrapper/receipt --- a/ndiswrapper/receipt Wed Aug 20 15:13:11 2008 +0000 +++ b/ndiswrapper/receipt Wed Aug 20 15:28:36 2008 +0000 @@ -45,7 +45,7 @@ post_install() { echo "Processing post-install commands..." - depmod -a -b /$1 + depmod -a -b "$1/" $EXTRAVERSION-slitaz } post_remove() diff -r 1f3b7c0e6144 -r c343c644ab92 squashfs-module/receipt --- a/squashfs-module/receipt Wed Aug 20 15:13:11 2008 +0000 +++ b/squashfs-module/receipt Wed Aug 20 15:28:36 2008 +0000 @@ -20,7 +20,7 @@ # Post install/remove commands for Tazpkg. post_install() { - depmod -a -b "$1/" + depmod -a -b "$1/" $EXTRAVERSION-slitaz } post_remove() diff -r 1f3b7c0e6144 -r c343c644ab92 squashfs/receipt --- a/squashfs/receipt Wed Aug 20 15:13:11 2008 +0000 +++ b/squashfs/receipt Wed Aug 20 15:28:36 2008 +0000 @@ -98,14 +98,3 @@ { cp -a _pkg/usr _pkg/sbin $fs } - -# Post install/remove commands for Tazpkg. -post_install() -{ - depmod -a -b "$1/" -} - -post_remove() -{ - depmod -a -} diff -r 1f3b7c0e6144 -r c343c644ab92 zaptel/receipt --- a/zaptel/receipt Wed Aug 20 15:13:11 2008 +0000 +++ b/zaptel/receipt Wed Aug 20 15:28:36 2008 +0000 @@ -43,7 +43,7 @@ $1/$INSTALLED/$PACKAGE/volatile.cpio.gz <