From 24d81a061ee3c7c12f97c4cf213822de4beb8016 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 23 Jul 2011 10:43:32 +0000 Subject: [PATCH] add brackets to install file --- linux.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux.install b/linux.install index c2dbdb8..a167339 100644 --- a/linux.install +++ b/linux.install @@ -7,7 +7,7 @@ KERNEL_VERSION=3.0.0-ARCH post_install () { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." - /sbin/depmod $KERNEL_VERSION + /sbin/depmod ${KERNEL_VERSION} echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..." /sbin/mkinitcpio -p linux${KERNEL_NAME} } @@ -41,7 +41,7 @@ post_upgrade() { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." - /sbin/depmod $KERNEL_VERSION + /sbin/depmod ${KERNEL_VERSION} echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..." /sbin/mkinitcpio -p linux${KERNEL_NAME} }