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

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


    Date: Saturday, June 18, 2011 @ 16:06:45
  Author: eric
Revision: 127851

Added path to depmod command (close FS#20092)

Modified:
  kernel26-lts/trunk/kernel26-lts.install

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

Modified: kernel26-lts.install
===================================================================
--- kernel26-lts.install	2011-06-18 20:04:53 UTC (rev 127850)
+++ kernel26-lts.install	2011-06-18 20:06:45 UTC (rev 127851)
@@ -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