[arch-commits] Commit in kernel26/trunk (kernel26.install)

Eric Bélanger eric at archlinux.org
Sat Jun 18 20:04:54 UTC 2011


    Date: Saturday, June 18, 2011 @ 16:04:53
  Author: eric
Revision: 127850

Added path to depmod command (close FS#20092)

Modified:
  kernel26/trunk/kernel26.install

------------------+
 kernel26.install |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: kernel26.install
===================================================================
--- kernel26.install	2011-06-18 19:44:33 UTC (rev 127849)
+++ kernel26.install	2011-06-18 20:04:53 UTC (rev 127850)
@@ -7,7 +7,7 @@
 post_install () {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  depmod $KERNEL_VERSION 
+  /sbin/depmod $KERNEL_VERSION 
   # generate init ramdisks
   echo ">>> MKINITCPIO SETUP"
   echo ">>> ----------------"
@@ -84,7 +84,7 @@
   fi
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  depmod $KERNEL_VERSION
+  /sbin/depmod $KERNEL_VERSION
   echo ">>> MKINITCPIO SETUP"
   echo ">>> ----------------"
   if [ "`vercmp $2 2.6.18`" -lt 0 ]; then




More information about the arch-commits mailing list