Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d5338a78268936a27110a98909c4546216fa5f9f

commit d5338a78268936a27110a98909c4546216fa5f9f
Author: crazy <[EMAIL PROTECTED]>
Date:   Sat Nov 3 21:26:11 2007 +0100

kernel*.install
* use absolute paths
* -> installing kernel... /var/lib/pacman/local/kernel-2.6.23-1/install: line 
11: depmod: command not found

diff --git a/source/include/kernel-module.install 
b/source/include/kernel-module.install
index 4583384..b389d4f 100644
--- a/source/include/kernel-module.install
+++ b/source/include/kernel-module.install
@@ -1,6 +1,6 @@
post_install()
{
-       depmod -a $_F_kernelmod_uname
+       /sbin/depmod -a $_F_kernelmod_uname
}

post_upgrade()
diff --git a/source/include/kernel.install b/source/include/kernel.install
index f0884c7..ea49333 100644
--- a/source/include/kernel.install
+++ b/source/include/kernel.install
@@ -8,7 +8,7 @@ post_install()
ln -sf config-$ver config
ln -sf System.map-$ver System.map
fi
-       depmod -a $ver
+       /sbin/depmod -a $ver
}

# arg 1:  the new package version
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to