# HG changeset patch # User Pascal Bellard # Date 1211321637 0 # Node ID 5149ba8709164a63733f0cc285f1f67c09fbcbbf # Parent a3a3c2bac53dad13f0f81809547ef81809c9971d ndiswrapper: fix post_install diff -r a3a3c2bac53d -r 5149ba870916 ndiswrapper/receipt --- a/ndiswrapper/receipt Tue May 20 22:11:39 2008 +0000 +++ b/ndiswrapper/receipt Tue May 20 22:13:57 2008 +0000 @@ -45,7 +45,7 @@ post_install() { echo "Processing post-install commands..." - depmod -a + depmod -a -b /$1 } post_remove()